Package | Description |
---|---|
com.broadleafcommerce.paymentgateway.domain | |
com.broadleafcommerce.paymentgateway.util |
Modifier and Type | Method and Description |
---|---|
Address<T> |
Address.additionalFields(Map<String,Object> additionalFields) |
Address<T> |
Address.additionalFields(String key,
Object value) |
Address<T> |
Address.addressLine1(String addressLine1) |
Address<T> |
Address.addressLine2(String addressLine2) |
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<PaymentRequest> |
PaymentRequest.getBillTo()
The billing address associated with this transaction
|
Address<PaymentResponse> |
PaymentResponse.getBillTo()
The billing address associated with this transaction
|
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<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) |
Modifier and Type | Method and Description |
---|---|
protected PaymentResponse |
DefaultPaymentResponseUtil.populateBillTo(@NonNull PaymentResponse paymentResponse,
@NonNull Address<PaymentRequest> requestBillTo) |
protected PaymentResponse |
DefaultPaymentResponseUtil.populateShipTo(@NonNull PaymentResponse paymentResponse,
@NonNull Address<PaymentRequest> requestShipTo) |
Copyright © 2021. All rights reserved.