public final enum

PaymentActionCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.mule.module.paypal.PaymentActionCode

Class Overview

Mule-Devkit-friendly mirror of PaymentActionCodeType that is not annotated with Jaxb, in order to avoid code generation errors

Summary

Enum Values
PaymentActionCode  AUTHORIZATION   
PaymentActionCode  NONE   
PaymentActionCode  ORDER   
PaymentActionCode  SALE   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
PaymentActionCodeType toPaypalType()
static PaymentActionCode valueOf(String name)
final static PaymentActionCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PaymentActionCode AUTHORIZATION

public static final PaymentActionCode NONE

public static final PaymentActionCode ORDER

public static final PaymentActionCode SALE

Public Methods

public PaymentActionCodeType toPaypalType ()

public static PaymentActionCode valueOf (String name)

Parameters
name

public static final PaymentActionCode[] values ()