public static class CardResponse.Builder extends Object
CardResponse.| Constructor and Description |
|---|
Builder() |
public CardResponse.Builder name(String name)
name - String value for name.public CardResponse.Builder lastDigits(String lastDigits)
lastDigits - String value for lastDigits.public CardResponse.Builder brand(CardBrand brand)
brand - CardBrand value for brand.public CardResponse.Builder availableNetworks(List<CardBrand> availableNetworks)
availableNetworks - List of CardBrand value for availableNetworks.public CardResponse.Builder type(CardType type)
type - CardType value for type.public CardResponse.Builder authenticationResult(AuthenticationResponse authenticationResult)
authenticationResult - AuthenticationResponse value for authenticationResult.public CardResponse.Builder attributes(CardAttributesResponse attributes)
attributes - CardAttributesResponse value for attributes.public CardResponse.Builder fromRequest(CardFromRequest fromRequest)
fromRequest - CardFromRequest value for fromRequest.public CardResponse.Builder expiry(String expiry)
expiry - String value for expiry.public CardResponse.Builder binDetails(BinDetails binDetails)
binDetails - BinDetails value for binDetails.public CardResponse.Builder storedCredential(CardStoredCredential storedCredential)
storedCredential - CardStoredCredential value for storedCredential.public CardResponse build()
CardResponse object using the set fields.CardResponseCopyright © 2025. All rights reserved.