| Package | Description |
|---|---|
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
PaymentMethod.accountName(String accountName) |
PaymentMethod |
PaymentMethod.amount(String amount) |
PaymentMethod |
PaymentMethod.avsResponseCode(String avsResponseCode) |
PaymentMethod |
PaymentMethod.cardBin(String cardBin) |
PaymentMethod |
PaymentMethod.cardExpiryMonth(String cardExpiryMonth) |
PaymentMethod |
PaymentMethod.cardExpiryYear(String cardExpiryYear) |
PaymentMethod |
PaymentMethod.cardLast4(String cardLast4) |
PaymentMethod |
PaymentMethod.currencyCode(String currencyCode) |
PaymentMethod |
PaymentMethod.cvvResponseCode(String cvvResponseCode) |
PaymentMethod |
Transaction.getPaymentMethod()
Get paymentMethod
|
PaymentMethod |
PaymentMethod.paymentGateway(String paymentGateway) |
PaymentMethod |
PaymentMethod.paymentType(String paymentType) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentMethod> |
UpdateAccount.getPaymentMethods()
The payment information associated with this account.
|
List<PaymentMethod> |
UpdateOrder.getPaymentMethods()
The payment information associated with this order.
|
List<PaymentMethod> |
CreateOrder.getPaymentMethods()
The payment information associated with this order.
|
List<PaymentMethod> |
CreateAccount.getPaymentMethods()
The payment information associated with this account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccount |
UpdateAccount.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
UpdateOrder |
UpdateOrder.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
CreateOrder |
CreateOrder.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
CreateAccount |
CreateAccount.addPaymentMethodsItem(PaymentMethod paymentMethodsItem) |
Transaction |
Transaction.paymentMethod(PaymentMethod paymentMethod) |
void |
Transaction.setPaymentMethod(PaymentMethod paymentMethod) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAccount |
UpdateAccount.paymentMethods(List<PaymentMethod> paymentMethods) |
UpdateOrder |
UpdateOrder.paymentMethods(List<PaymentMethod> paymentMethods) |
CreateOrder |
CreateOrder.paymentMethods(List<PaymentMethod> paymentMethods) |
CreateAccount |
CreateAccount.paymentMethods(List<PaymentMethod> paymentMethods) |
void |
UpdateAccount.setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
UpdateOrder.setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
CreateOrder.setPaymentMethods(List<PaymentMethod> paymentMethods) |
void |
CreateAccount.setPaymentMethods(List<PaymentMethod> paymentMethods) |
Copyright © 2017. All rights reserved.