public static class ApplePayRequestCard.Builder extends Object
ApplePayRequestCard.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ApplePayRequestCard.Builder |
billingAddress(Address billingAddress)
Setter for billingAddress.
|
ApplePayRequestCard.Builder |
brand(CardBrand brand)
Setter for brand.
|
ApplePayRequestCard |
build()
Builds a new
ApplePayRequestCard object using the set fields. |
ApplePayRequestCard.Builder |
type(CardType type)
Setter for type.
|
public ApplePayRequestCard.Builder type(CardType type)
type - CardType value for type.public ApplePayRequestCard.Builder brand(CardBrand brand)
brand - CardBrand value for brand.public ApplePayRequestCard.Builder billingAddress(Address billingAddress)
billingAddress - Address value for billingAddress.public ApplePayRequestCard build()
ApplePayRequestCard object using the set fields.ApplePayRequestCardCopyright © 2026. All rights reserved.