public class CustomerResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
accountBalance |
protected ListCardsResponse |
cards |
protected Date |
created |
protected String |
currency |
protected String |
defaultCard |
protected boolean |
delinquent |
protected String |
description |
protected DiscountResponse |
discount |
protected String |
email |
protected String |
id |
protected boolean |
livemode |
protected Map<String,Object> |
metadata |
protected String |
object |
protected ListSubscriptionsResponse |
subscriptions |
| Constructor and Description |
|---|
CustomerResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAccountBalance() |
ListCardsResponse |
getCards() |
Date |
getCreated() |
String |
getCurrency() |
String |
getDefaultCard() |
String |
getDescription() |
DiscountResponse |
getDiscount() |
String |
getEmail() |
String |
getId() |
Map<String,Object> |
getMetadata() |
String |
getObject() |
ListSubscriptionsResponse |
getSubscriptions() |
boolean |
isDelinquent() |
boolean |
isLivemode() |
protected String id
protected String object
protected boolean livemode
protected ListCardsResponse cards
protected Date created
protected int accountBalance
protected String currency
protected String defaultCard
protected boolean delinquent
protected String description
protected DiscountResponse discount
protected String email
protected ListSubscriptionsResponse subscriptions
public String getId()
public String getObject()
public boolean isLivemode()
public ListCardsResponse getCards()
public Date getCreated()
public int getAccountBalance()
public String getCurrency()
public String getDefaultCard()
public boolean isDelinquent()
public String getDescription()
public DiscountResponse getDiscount()
public String getEmail()
public ListSubscriptionsResponse getSubscriptions()
Copyright © 2014. All rights reserved.