| Package | Description |
|---|---|
| net.authorize.api.contract.v1 |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerTypeEnum |
CustomerPaymentProfileBaseType.customerType |
protected CustomerTypeEnum |
CustomerType.type |
protected CustomerTypeEnum |
CustomerDataType.type |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2020. All rights reserved.