|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomerTypeEnum | |
|---|---|
| net.authorize.api.contract.v1 | |
| Uses of CustomerTypeEnum in net.authorize.api.contract.v1 |
|---|
| Fields in net.authorize.api.contract.v1 declared as CustomerTypeEnum | |
|---|---|
protected CustomerTypeEnum |
CustomerPaymentProfileBaseType.customerType
|
protected CustomerTypeEnum |
CustomerType.type
|
protected CustomerTypeEnum |
CustomerDataType.type
|
| Methods in net.authorize.api.contract.v1 that return CustomerTypeEnum | |
|---|---|
static CustomerTypeEnum |
CustomerTypeEnum.fromValue(String v)
|
CustomerTypeEnum |
CustomerPaymentProfileBaseType.getCustomerType()
Gets the value of the customerType property. |
CustomerTypeEnum |
CustomerType.getType()
Gets the value of the type property. |
CustomerTypeEnum |
CustomerDataType.getType()
Gets the value of the type property. |
static CustomerTypeEnum |
CustomerTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CustomerTypeEnum[] |
CustomerTypeEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.authorize.api.contract.v1 with parameters of type CustomerTypeEnum | |
|---|---|
void |
CustomerPaymentProfileBaseType.setCustomerType(CustomerTypeEnum value)
Sets the value of the customerType property. |
void |
CustomerType.setType(CustomerTypeEnum value)
Sets the value of the type property. |
void |
CustomerDataType.setType(CustomerTypeEnum value)
Sets the value of the type property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||