public class RecipientResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BankAccountResponse |
activeAccount |
protected ListCardsResponse |
cards |
protected Date |
created |
protected String |
defaultCard |
protected String |
description |
protected String |
email |
protected String |
id |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
name |
protected String |
object |
protected String |
type |
protected boolean |
verified |
| Constructor and Description |
|---|
RecipientResponse() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountResponse |
getActiveAccount() |
ListCardsResponse |
getCards() |
Date |
getCreated() |
String |
getDefaultCard() |
String |
getDescription() |
String |
getEmail() |
String |
getId() |
Map<String,Object> |
getMetadata() |
String |
getName() |
String |
getObject() |
String |
getType() |
boolean |
isLivemode() |
boolean |
isVerified() |
protected String id
protected String object
protected boolean livemode
protected Date created
protected String type
protected BankAccountResponse activeAccount
protected String description
protected String email
protected ListCardsResponse cards
protected String name
protected boolean verified
protected String defaultCard
public String getId()
public String getObject()
public boolean isLivemode()
public Date getCreated()
public String getType()
public BankAccountResponse getActiveAccount()
public String getDescription()
public String getEmail()
public String getName()
public ListCardsResponse getCards()
public boolean isVerified()
public String getDefaultCard()
Copyright © 2014. All rights reserved.