| Package | Description |
|---|---|
| com.intuit.ipp.data |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentTypeEnum |
Payment.paymentType |
protected PaymentTypeEnum |
Purchase.paymentType |
protected PaymentTypeEnum |
SalesTransaction.paymentType |
| Modifier and Type | Method and Description |
|---|---|
static PaymentTypeEnum |
PaymentTypeEnum.fromValue(String v) |
PaymentTypeEnum |
Payment.getPaymentType()
Gets the value of the paymentType property.
|
PaymentTypeEnum |
Purchase.getPaymentType()
Gets the value of the paymentType property.
|
PaymentTypeEnum |
SalesTransaction.getPaymentType()
Gets the value of the paymentType property.
|
static PaymentTypeEnum |
PaymentTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentTypeEnum[] |
PaymentTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Payment.setPaymentType(PaymentTypeEnum value)
Sets the value of the paymentType property.
|
void |
Purchase.setPaymentType(PaymentTypeEnum value)
Sets the value of the paymentType property.
|
void |
SalesTransaction.setPaymentType(PaymentTypeEnum value)
Sets the value of the paymentType property.
|
Copyright © 2019. All Rights Reserved.