public class ApplePayRequestCard extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplePayRequestCard.Builder
Class to build instances of
ApplePayRequestCard. |
| Constructor and Description |
|---|
ApplePayRequestCard()
Default constructor.
|
ApplePayRequestCard(CardType type,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
getBillingAddress()
Getter for BillingAddress.
|
CardBrand |
getBrand()
Getter for Brand.
|
CardType |
getType()
Getter for Type.
|
void |
setBillingAddress(Address billingAddress)
Setter for BillingAddress.
|
void |
setBrand(CardBrand brand)
Setter for Brand.
|
void |
setType(CardType type)
Setter for Type.
|
ApplePayRequestCard.Builder |
toBuilder()
Builds a new
ApplePayRequestCard.Builder object. |
String |
toString()
Converts this ApplePayRequestCard into string format.
|
public CardType getType()
public void setType(CardType type)
type - Value for CardTypepublic CardBrand getBrand()
public void setBrand(CardBrand brand)
brand - Value for CardBrandpublic Address getBillingAddress()
public void setBillingAddress(Address billingAddress)
billingAddress - Value for Addresspublic String toString()
public ApplePayRequestCard.Builder toBuilder()
ApplePayRequestCard.Builder object.
Creates the instance with the state of the current model.ApplePayRequestCard.Builder objectCopyright © 2026. All rights reserved.