Address<PaymentValidationRequest> |
PaymentValidationRequest.addAddress(String addressType,
Address<PaymentValidationRequest> address) |
Adds an Address to the map, identified by the provided addressType.
|
Address<T> |
Address.additionalFields(String key,
Object value) |
|
Address<T> |
Address.additionalFields(Map<String,Object> additionalFields) |
|
Address<PaymentValidationRequest> |
PaymentValidationRequest.addressByType(String addressType) |
|
Address<T> |
Address.addressLine1(String addressLine1) |
|
Address<T> |
Address.addressLine2(String addressLine2) |
|
Address<GatewayTransactionResponse> |
GatewayTransactionResponse.billTo() |
You should only call this once, as it will create a new customer if called more than once.
|
Address<PaymentRequest> |
PaymentRequest.billTo() |
You should only call this once, as it will create a new bill to address if called more than
once.
|
Address<PaymentResponse> |
PaymentResponse.billTo() |
|
Address<T> |
Address.city(String city) |
|
Address<T> |
Address.companyName(String companyName) |
|
Address<T> |
Address.countryCode(String countryCode) |
|
Address<T> |
Address.emailAddress(String emailAddress) |
|
Address<T> |
Address.firstName(String firstName) |
|
Address<T> |
Address.fullName(String fullName) |
|
Address<PaymentValidationRequest> |
PaymentValidationRequest.getAddress(String addressType) |
Gathers one of the payment's related addresses by type
|
Address<GatewayTransactionResponse> |
GatewayTransactionResponse.getBillTo() |
The billing address associated with this transaction
|
Address<PaymentRequest> |
PaymentRequest.getBillTo() |
The billing address associated with this transaction
|
Address<PaymentResponse> |
PaymentResponse.getBillTo() |
The billing address associated with this transaction
|
Address<GatewayTransactionResponse> |
GatewayTransactionResponse.getShipTo() |
If shipping information is captured on the gateway, the shipping address associated with this
transaction will be put here
|
Address<PaymentRequest> |
PaymentRequest.getShipTo() |
If shipping information is captured on the gateway, the values sent back will be put here
|
Address<PaymentResponse> |
PaymentResponse.getShipTo() |
If shipping information is captured on the gateway, the values sent back will be put here
|
Address<T> |
Address.lastName(String lastName) |
|
Address<T> |
Address.phoneNumber(String phoneNumber) |
|
Address<T> |
Address.postalCode(String postalCode) |
|
Address<GatewayTransactionResponse> |
GatewayTransactionResponse.shipTo() |
You should only call this once, as it will create a new customer if called more than once.
|
Address<PaymentRequest> |
PaymentRequest.shipTo() |
You should only call this once, as it will create a new customer if called more than once.
|
Address<PaymentResponse> |
PaymentResponse.shipTo() |
|
Address<T> |
Address.stateRegion(String stateRegion) |
|