| 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 |
CreateCheckoutSessionResponse.getBillingAddress()
Get billingAddress
|
Address |
PaymentSessionRequest.getBillingAddress() |
Address |
PaymentsRequest.getBillingAddress()
Get billingAddress
|
Address |
PaymentLinkResource.getBillingAddress()
Get billingAddress
|
Address |
CreateCheckoutSessionRequest.getBillingAddress()
Get billingAddress
|
Address |
CreatePaymentLinkRequest.getBillingAddress()
Get billingAddress
|
Address |
CreateCheckoutSessionResponse.getDeliveryAddress()
Get deliveryAddress
|
Address |
PaymentSessionRequest.getDeliveryAddress() |
Address |
PaymentsRequest.getDeliveryAddress()
Get deliveryAddress
|
Address |
PaymentLinkResource.getDeliveryAddress()
Get deliveryAddress
|
Address |
CreateCheckoutSessionRequest.getDeliveryAddress()
Get deliveryAddress
|
Address |
CreatePaymentLinkRequest.getDeliveryAddress()
Get deliveryAddress
|
| Modifier and Type | Method and Description |
|---|---|
CreateCheckoutSessionResponse |
CreateCheckoutSessionResponse.billingAddress(Address billingAddress) |
PaymentSessionRequest |
PaymentSessionRequest.billingAddress(Address billingAddress) |
PaymentsRequest |
PaymentsRequest.billingAddress(Address billingAddress) |
PaymentLinkResource |
PaymentLinkResource.billingAddress(Address billingAddress) |
CreateCheckoutSessionRequest |
CreateCheckoutSessionRequest.billingAddress(Address billingAddress) |
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.billingAddress(Address billingAddress) |
CreateCheckoutSessionResponse |
CreateCheckoutSessionResponse.deliveryAddress(Address deliveryAddress) |
PaymentSessionRequest |
PaymentSessionRequest.deliveryAddress(Address deliveryAddress) |
PaymentsRequest |
PaymentsRequest.deliveryAddress(Address deliveryAddress) |
PaymentLinkResource |
PaymentLinkResource.deliveryAddress(Address deliveryAddress) |
CreateCheckoutSessionRequest |
CreateCheckoutSessionRequest.deliveryAddress(Address deliveryAddress) |
CreatePaymentLinkRequest |
CreatePaymentLinkRequest.deliveryAddress(Address deliveryAddress) |
void |
CreateCheckoutSessionResponse.setBillingAddress(Address billingAddress) |
void |
PaymentSessionRequest.setBillingAddress(Address billingAddress) |
void |
PaymentsRequest.setBillingAddress(Address billingAddress) |
void |
PaymentLinkResource.setBillingAddress(Address billingAddress) |
void |
CreateCheckoutSessionRequest.setBillingAddress(Address billingAddress) |
void |
CreatePaymentLinkRequest.setBillingAddress(Address billingAddress) |
void |
CreateCheckoutSessionResponse.setDeliveryAddress(Address deliveryAddress) |
void |
PaymentSessionRequest.setDeliveryAddress(Address deliveryAddress) |
void |
PaymentsRequest.setDeliveryAddress(Address deliveryAddress) |
void |
PaymentLinkResource.setDeliveryAddress(Address deliveryAddress) |
void |
CreateCheckoutSessionRequest.setDeliveryAddress(Address deliveryAddress) |
void |
CreatePaymentLinkRequest.setDeliveryAddress(Address deliveryAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AccountHolderDetails.getAddress()
Get address
|
Address |
UltimateParentCompany.getAddress()
Address of the ultimate parent company.
|
Address |
SignatoryContact.getAddress()
Get address
|
Address |
ShareholderContact.getAddress()
Get address
|
Address |
StoreDetail.getAddress() |
Address |
AccountHolderDetails.getPrincipalBusinessAddress() |
| Modifier and Type | Method and Description |
|---|---|
AccountHolderDetails |
AccountHolderDetails.address(Address address) |
UltimateParentCompany |
UltimateParentCompany.address(Address address) |
SignatoryContact |
SignatoryContact.address(Address address) |
ShareholderContact |
ShareholderContact.address(Address address) |
AccountHolderDetails |
AccountHolderDetails.principalBusinessAddress(Address principalBusinessAddress) |
void |
AccountHolderDetails.setAddress(Address address) |
void |
UltimateParentCompany.setAddress(Address address) |
void |
SignatoryContact.setAddress(Address address) |
void |
ShareholderContact.setAddress(Address address) |
void |
StoreDetail.setAddress(Address address) |
void |
AccountHolderDetails.setPrincipalBusinessAddress(Address principalBusinessAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
PayoutRequest.getBillingAddress()
Get billingAddress
|
Address |
StoreDetailRequest.getBillingAddress() |
Address |
FundSource.getBillingAddress()
Get billingAddress
|
Address |
StoreDetailAndSubmitRequest.getBillingAddress() |
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 |
PayoutRequest.setBillingAddress(Address billingAddress) |
void |
StoreDetailRequest.setBillingAddress(Address billingAddress) |
void |
FundSource.setBillingAddress(Address billingAddress) |
void |
StoreDetailAndSubmitRequest.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 © 2022. All rights reserved.