public class ApplePayAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePayAttributes.Builder
Class to build instances of
ApplePayAttributes. |
| Constructor and Description |
|---|
ApplePayAttributes()
Default constructor.
|
ApplePayAttributes(CustomerInformation customer,
VaultInstruction vault)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CustomerInformation |
getCustomer()
Getter for Customer.
|
VaultInstruction |
getVault()
Getter for Vault.
|
void |
setCustomer(CustomerInformation customer)
Setter for Customer.
|
void |
setVault(VaultInstruction vault)
Setter for Vault.
|
ApplePayAttributes.Builder |
toBuilder()
Builds a new
ApplePayAttributes.Builder object. |
String |
toString()
Converts this ApplePayAttributes into string format.
|
public ApplePayAttributes()
public ApplePayAttributes(CustomerInformation customer, VaultInstruction vault)
customer - CustomerInformation value for customer.vault - VaultInstruction value for vault.public CustomerInformation getCustomer()
public void setCustomer(CustomerInformation customer)
customer - Value for CustomerInformationpublic VaultInstruction getVault()
public void setVault(VaultInstruction vault)
vault - Value for VaultInstructionpublic String toString()
public ApplePayAttributes.Builder toBuilder()
ApplePayAttributes.Builder object.
Creates the instance with the state of the current model.ApplePayAttributes.Builder objectCopyright © 2025. All rights reserved.