| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ShopifySubscriptionAddress |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
TransactionInvoice.billingAddress |
protected Address |
TokenVersion.billingAddress |
protected Address |
Transaction.billingAddress |
protected Address |
TokenVersion.shippingAddress |
protected Address |
Transaction.shippingAddress |
| Modifier and Type | Method and Description |
|---|---|
Address |
TransactionInvoice.getBillingAddress() |
Address |
TokenVersion.getBillingAddress() |
Address |
Transaction.getBillingAddress()
The address associated with the payment method for invoicing and transaction processing purposes.
|
Address |
TokenVersion.getShippingAddress() |
Address |
Transaction.getShippingAddress()
The address to where the order will be shipped.
|
Copyright © 2024. All rights reserved.