public class PaypalWalletAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaypalWalletAttributesResponse.Builder
Class to build instances of
PaypalWalletAttributesResponse. |
| Constructor and Description |
|---|
PaypalWalletAttributesResponse()
Default constructor.
|
PaypalWalletAttributesResponse(PaypalWalletVaultResponse vault,
List<CobrandedCard> cobrandedCards)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<CobrandedCard> |
getCobrandedCards()
Getter for CobrandedCards.
|
PaypalWalletVaultResponse |
getVault()
Getter for Vault.
|
void |
setCobrandedCards(List<CobrandedCard> cobrandedCards)
Setter for CobrandedCards.
|
void |
setVault(PaypalWalletVaultResponse vault)
Setter for Vault.
|
PaypalWalletAttributesResponse.Builder |
toBuilder()
Builds a new
PaypalWalletAttributesResponse.Builder object. |
String |
toString()
Converts this PaypalWalletAttributesResponse into string format.
|
public PaypalWalletAttributesResponse()
public PaypalWalletAttributesResponse(PaypalWalletVaultResponse vault, List<CobrandedCard> cobrandedCards)
vault - PaypalWalletVaultResponse value for vault.cobrandedCards - List of CobrandedCard value for cobrandedCards.public PaypalWalletVaultResponse getVault()
public void setVault(PaypalWalletVaultResponse vault)
vault - Value for PaypalWalletVaultResponsepublic List<CobrandedCard> getCobrandedCards()
public void setCobrandedCards(List<CobrandedCard> cobrandedCards)
cobrandedCards - Value for List of CobrandedCardpublic String toString()
public PaypalWalletAttributesResponse.Builder toBuilder()
PaypalWalletAttributesResponse.Builder object.
Creates the instance with the state of the current model.PaypalWalletAttributesResponse.Builder objectCopyright © 2025. All rights reserved.