public final enum

ReceiverInfoCode

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

Class Overview

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

Summary

Enum Values
ReceiverInfoCode  EMAIL_ADDRESS   
ReceiverInfoCode  PHONE_NUMBER   
ReceiverInfoCode  USER_ID   
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
ReceiverInfoCodeType toPaypalType()
static ReceiverInfoCode valueOf(String name)
final static ReceiverInfoCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ReceiverInfoCode EMAIL_ADDRESS

public static final ReceiverInfoCode PHONE_NUMBER

public static final ReceiverInfoCode USER_ID

Public Methods

public ReceiverInfoCodeType toPaypalType ()

public static ReceiverInfoCode valueOf (String name)

Parameters
name

public static final ReceiverInfoCode[] values ()