| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected PaymentLinkAddressHandlingMode |
AbstractPaymentLinkUpdate.billingAddressHandlingMode |
protected PaymentLinkAddressHandlingMode |
PaymentLinkUpdate.billingAddressHandlingMode |
protected PaymentLinkAddressHandlingMode |
PaymentLink.billingAddressHandlingMode |
protected PaymentLinkAddressHandlingMode |
AbstractPaymentLinkUpdate.shippingAddressHandlingMode |
protected PaymentLinkAddressHandlingMode |
PaymentLinkUpdate.shippingAddressHandlingMode |
protected PaymentLinkAddressHandlingMode |
PaymentLink.shippingAddressHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
static PaymentLinkAddressHandlingMode |
PaymentLinkAddressHandlingMode.fromValue(String text) |
PaymentLinkAddressHandlingMode |
AbstractPaymentLinkUpdate.getBillingAddressHandlingMode()
The billing address handling mode controls if the address is collected or not and how it is collected.
|
PaymentLinkAddressHandlingMode |
PaymentLinkUpdate.getBillingAddressHandlingMode()
The billing address handling mode controls if the address is collected or not and how it is collected.
|
PaymentLinkAddressHandlingMode |
PaymentLink.getBillingAddressHandlingMode()
The billing address handling mode controls if the address is collected or not and how it is collected.
|
PaymentLinkAddressHandlingMode |
AbstractPaymentLinkUpdate.getShippingAddressHandlingMode()
The shipping address handling mode controls if the address is collected or not and how it is collected.
|
PaymentLinkAddressHandlingMode |
PaymentLinkUpdate.getShippingAddressHandlingMode()
The shipping address handling mode controls if the address is collected or not and how it is collected.
|
PaymentLinkAddressHandlingMode |
PaymentLink.getShippingAddressHandlingMode()
The shipping address handling mode controls if the address is collected or not and how it is collected.
|
static PaymentLinkAddressHandlingMode |
PaymentLinkAddressHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentLinkAddressHandlingMode[] |
PaymentLinkAddressHandlingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.