public class SetupTokenRequestCard extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SetupTokenRequestCard.Builder
Class to build instances of
SetupTokenRequestCard. |
| Constructor and Description |
|---|
SetupTokenRequestCard()
Default constructor.
|
SetupTokenRequestCard(String name,
String number,
String expiry,
String securityCode,
CardBrand brand,
Address billingAddress,
VaultCardVerificationMethod verificationMethod,
SetupTokenCardExperienceContext experienceContext)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getBillingAddress()
Getter for BillingAddress.
|
CardBrand |
getBrand()
Getter for Brand.
|
SetupTokenCardExperienceContext |
getExperienceContext()
Getter for ExperienceContext.
|
String |
getExpiry()
Getter for Expiry.
|
String |
getName()
Getter for Name.
|
String |
getNumber()
Getter for Number.
|
String |
getSecurityCode()
Getter for SecurityCode.
|
VaultCardVerificationMethod |
getVerificationMethod()
Getter for VerificationMethod.
|
void |
setBillingAddress(Address billingAddress)
Setter for BillingAddress.
|
void |
setBrand(CardBrand brand)
Setter for Brand.
|
void |
setExperienceContext(SetupTokenCardExperienceContext experienceContext)
Setter for ExperienceContext.
|
void |
setExpiry(String expiry)
Setter for Expiry.
|
void |
setName(String name)
Setter for Name.
|
void |
setNumber(String number)
Setter for Number.
|
void |
setSecurityCode(String securityCode)
Setter for SecurityCode.
|
void |
setVerificationMethod(VaultCardVerificationMethod verificationMethod)
Setter for VerificationMethod.
|
SetupTokenRequestCard.Builder |
toBuilder()
Builds a new
SetupTokenRequestCard.Builder object. |
String |
toString()
Converts this SetupTokenRequestCard into string format.
|
public SetupTokenRequestCard()
public SetupTokenRequestCard(String name, String number, String expiry, String securityCode, CardBrand brand, Address billingAddress, VaultCardVerificationMethod verificationMethod, SetupTokenCardExperienceContext experienceContext)
name - String value for name.number - String value for number.expiry - String value for expiry.securityCode - String value for securityCode.brand - CardBrand value for brand.billingAddress - Address value for billingAddress.verificationMethod - VaultCardVerificationMethod value for verificationMethod.experienceContext - SetupTokenCardExperienceContext value for experienceContext.public String getName()
public void setName(String name)
name - Value for Stringpublic String getNumber()
public void setNumber(String number)
number - Value for Stringpublic String getExpiry()
public void setExpiry(String expiry)
expiry - Value for Stringpublic String getSecurityCode()
public void setSecurityCode(String securityCode)
securityCode - Value for Stringpublic CardBrand getBrand()
public void setBrand(CardBrand brand)
brand - Value for CardBrandpublic Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
billingAddress - Value for Addresspublic VaultCardVerificationMethod getVerificationMethod()
public void setVerificationMethod(VaultCardVerificationMethod verificationMethod)
verificationMethod - Value for VaultCardVerificationMethodpublic SetupTokenCardExperienceContext getExperienceContext()
public void setExperienceContext(SetupTokenCardExperienceContext experienceContext)
experienceContext - Value for SetupTokenCardExperienceContextpublic String toString()
public SetupTokenRequestCard.Builder toBuilder()
SetupTokenRequestCard.Builder object.
Creates the instance with the state of the current model.SetupTokenRequestCard.Builder objectCopyright © 2025. All rights reserved.