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