public class StripeToken extends MutableEntity<StripeToken>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected String |
cardDetailsID |
protected String |
changedBy |
protected String |
created |
protected String |
id |
protected String |
organizationID |
protected static ResourcePath |
resourcePath |
protected String |
stripeCustomerID |
protected String |
updated |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
StripeToken() |
StripeToken(BillForwardClient m_BfClient) |
StripeToken(String cardDetailsID,
String stripeCustomerID) |
StripeToken(String cardDetailsID,
String stripeCustomerID,
String accountID) |
| Modifier and Type | Method and Description |
|---|---|
static StripeToken |
create(StripeToken stripeToken) |
String |
getAccountID() |
static StripeToken |
getByID(String ID) |
String |
getCardDetailsID() |
String |
getID() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
String |
getStripeCustomerID() |
protected static ResourcePath |
ResourcePath() |
void |
setAccountID(String accountID) |
void |
setCardDetailsID(String cardDetailsID) |
void |
setOrganizationID(String organizationID) |
void |
setStripeCustomerID(String stripeCustomerID) |
savecreate, create, createExplicitPath, retire, retire, retire, retireExplicitPathprotected String id
protected String organizationID
protected String accountID
protected String cardDetailsID
protected String stripeCustomerID
protected String created
protected String updated
protected String changedBy
protected static ResourcePath resourcePath
public StripeToken()
public StripeToken(BillForwardClient m_BfClient)
public String getID()
public String getOrganizationID()
public void setOrganizationID(String organizationID)
public String getAccountID()
public void setAccountID(String accountID)
public String getCardDetailsID()
public void setCardDetailsID(String cardDetailsID)
public String getStripeCustomerID()
public void setStripeCustomerID(String stripeCustomerID)
public static StripeToken getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntitypublic static StripeToken create(StripeToken stripeToken) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected static ResourcePath ResourcePath()
Copyright © 2015 BillForward. All rights reserved.