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