public static class CardResponseWithBillingAddress.Builder extends Object
CardResponseWithBillingAddress.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CardResponseWithBillingAddress.Builder |
billingAddress(Address billingAddress)
Setter for billingAddress.
|
CardResponseWithBillingAddress |
build()
Builds a new
CardResponseWithBillingAddress object using the set fields. |
CardResponseWithBillingAddress.Builder |
currencyCode(String currencyCode)
Setter for currencyCode.
|
CardResponseWithBillingAddress.Builder |
expiry(String expiry)
Setter for expiry.
|
CardResponseWithBillingAddress.Builder |
name(String name)
Setter for name.
|
public CardResponseWithBillingAddress.Builder name(String name)
name - String value for name.public CardResponseWithBillingAddress.Builder billingAddress(Address billingAddress)
billingAddress - Address value for billingAddress.public CardResponseWithBillingAddress.Builder expiry(String expiry)
expiry - String value for expiry.public CardResponseWithBillingAddress.Builder currencyCode(String currencyCode)
currencyCode - String value for currencyCode.public CardResponseWithBillingAddress build()
CardResponseWithBillingAddress object using the set fields.CardResponseWithBillingAddressCopyright © 2026. All rights reserved.