| Package | Description |
|---|---|
| net.authorize.data.cim | |
| net.authorize.data.xml |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerType |
PaymentProfile.customerType |
| Modifier and Type | Method and Description |
|---|---|
CustomerType |
PaymentProfile.getCustomerType()
Gets the value of the customerType property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentProfile.setCustomerType(CustomerType value)
Sets the value of the customerType property.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomerType |
CustomerType.findByName(String name)
Lookup a CustomerType by it's name.
|
CustomerType |
Customer.getCustomerType() |
static CustomerType |
CustomerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerType[] |
CustomerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.setCustomerType(CustomerType type) |
Copyright © 2016. All Rights Reserved.