public class VaultedDigitalWalletShippingDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VaultedDigitalWalletShippingDetails.Builder
Class to build instances of
VaultedDigitalWalletShippingDetails. |
| Constructor and Description |
|---|
VaultedDigitalWalletShippingDetails()
Default constructor.
|
VaultedDigitalWalletShippingDetails(ShippingName name,
PhoneNumberWithCountryCode phoneNumber,
FulfillmentType type,
Address address)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Getter for Address.
|
ShippingName |
getName()
Getter for Name.
|
PhoneNumberWithCountryCode |
getPhoneNumber()
Getter for PhoneNumber.
|
FulfillmentType |
getType()
Getter for Type.
|
void |
setAddress(Address address)
Setter for Address.
|
void |
setName(ShippingName name)
Setter for Name.
|
void |
setPhoneNumber(PhoneNumberWithCountryCode phoneNumber)
Setter for PhoneNumber.
|
void |
setType(FulfillmentType type)
Setter for Type.
|
VaultedDigitalWalletShippingDetails.Builder |
toBuilder()
Builds a new
VaultedDigitalWalletShippingDetails.Builder object. |
String |
toString()
Converts this VaultedDigitalWalletShippingDetails into string format.
|
public VaultedDigitalWalletShippingDetails()
public VaultedDigitalWalletShippingDetails(ShippingName name, PhoneNumberWithCountryCode phoneNumber, FulfillmentType type, Address address)
name - ShippingName value for name.phoneNumber - PhoneNumberWithCountryCode value for phoneNumber.type - FulfillmentType value for type.address - Address value for address.public ShippingName getName()
public void setName(ShippingName name)
name - Value for ShippingNamepublic PhoneNumberWithCountryCode getPhoneNumber()
public void setPhoneNumber(PhoneNumberWithCountryCode phoneNumber)
phoneNumber - Value for PhoneNumberWithCountryCodepublic FulfillmentType getType()
public void setType(FulfillmentType type)
type - Value for FulfillmentTypepublic Address getAddress()
public void setAddress(Address address)
address - Value for Addresspublic String toString()
public VaultedDigitalWalletShippingDetails.Builder toBuilder()
VaultedDigitalWalletShippingDetails.Builder object.
Creates the instance with the state of the current model.VaultedDigitalWalletShippingDetails.Builder objectCopyright © 2025. All rights reserved.