| Package | Description |
|---|---|
| com.adyen.model | |
| com.adyen.model.checkout | |
| com.adyen.model.marketpay | |
| com.adyen.model.payout | |
| com.adyen.model.recurring |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.city(String city) |
Address |
Address.country(String country) |
Address |
AbstractPaymentRequest.getBillingAddress()
the address where to send the invoice
|
Address |
AbstractPaymentRequest.getDeliveryAddress()
the address where to deliver
|
Address |
Address.houseNumberOrName(String houseNumberOrName) |
Address |
Address.postalCode(String postalCode) |
Address |
Address.stateOrProvince(String stateOrProvince) |
Address |
Address.street(String street) |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractPaymentRequest.billingAddress(Address billingAddress) |
T |
AbstractPaymentRequest.deliveryAddress(Address deliveryAddress) |
void |
AbstractPaymentRequest.setBillingAddress(Address billingAddress) |
void |
AbstractPaymentRequest.setDeliveryAddress(Address deliveryAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
PaymentsRequest.getBillingAddress()
Get billingAddress
|
Address |
PaymentSessionRequest.getBillingAddress() |
Address |
PaymentsRequest.getDeliveryAddress()
Get deliveryAddress
|
Address |
PaymentSessionRequest.getDeliveryAddress() |
| Modifier and Type | Method and Description |
|---|---|
PaymentsRequest |
PaymentsRequest.billingAddress(Address billingAddress) |
PaymentSessionRequest |
PaymentSessionRequest.billingAddress(Address billingAddress) |
PaymentsRequest |
PaymentsRequest.deliveryAddress(Address deliveryAddress) |
PaymentSessionRequest |
PaymentSessionRequest.deliveryAddress(Address deliveryAddress) |
void |
PaymentsRequest.setBillingAddress(Address billingAddress) |
void |
PaymentSessionRequest.setBillingAddress(Address billingAddress) |
void |
PaymentsRequest.setDeliveryAddress(Address deliveryAddress) |
void |
PaymentSessionRequest.setDeliveryAddress(Address deliveryAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
ShareholderContact.getAddress()
address
|
Address |
AccountHolderDetails.getAddress()
account holder address
|
| Modifier and Type | Method and Description |
|---|---|
ShareholderContact |
ShareholderContact.address(Address address) |
AccountHolderDetails |
AccountHolderDetails.address(Address address) |
void |
ShareholderContact.setAddress(Address address) |
void |
AccountHolderDetails.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
Address |
StoreDetailRequest.getBillingAddress() |
Address |
StoreDetailAndSubmitRequest.getBillingAddress() |
Address |
PayoutRequest.getBillingAddress()
Get billingAddress
|
Address |
FundSource.getBillingAddress()
Get billingAddress
|
Address |
PayoutRequest.getDeliveryAddress()
Get deliveryAddress
|
| Modifier and Type | Method and Description |
|---|---|
PayoutRequest |
PayoutRequest.billingAddress(Address billingAddress) |
FundSource |
FundSource.billingAddress(Address billingAddress) |
PayoutRequest |
PayoutRequest.deliveryAddress(Address deliveryAddress) |
void |
StoreDetailRequest.setBillingAddress(Address billingAddress) |
void |
StoreDetailAndSubmitRequest.setBillingAddress(Address billingAddress) |
void |
PayoutRequest.setBillingAddress(Address billingAddress) |
void |
FundSource.setBillingAddress(Address billingAddress) |
void |
PayoutRequest.setDeliveryAddress(Address deliveryAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
RecurringDetail.getBillingAddress()
Get billingAddress
|
| Modifier and Type | Method and Description |
|---|---|
RecurringDetail |
RecurringDetail.billingAddress(Address billingAddress) |
void |
RecurringDetail.setBillingAddress(Address billingAddress) |
Copyright © 2019. All rights reserved.