public class AuthorizeNetToken extends MutableEntity<Account>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountID |
protected String |
cardDetailsID |
protected String |
changedBy |
protected String |
created |
protected String |
customerPaymentProfileID |
protected String |
customerProfileID |
protected String |
id |
protected String |
lastFourDigits |
protected String |
organizationID |
protected static ResourcePath |
resourcePath |
protected String |
updated |
m_client, PRETTY_PRINT_GSON| Constructor and Description |
|---|
AuthorizeNetToken(BillForwardClient m_BfClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountID() |
static AuthorizeNetToken |
getByID(String ID) |
String |
getCardDetailsID() |
String |
getChangedBy() |
String |
getCreated() |
String |
getCustomerPaymentProfileID() |
String |
getCustomerProfileID() |
String |
getID() |
String |
getLastFourDigits() |
String |
getOrganizationID() |
protected ResourcePath |
getResourcePath() |
String |
getUpdated() |
protected static ResourcePath |
ResourcePath() |
void |
setAccountID(String accountID) |
void |
setCardDetailsID(String cardDetailsID) |
void |
setCustomerPaymentProfileID(String customerPaymentProfileID) |
void |
setCustomerProfileID(String customerProfileID) |
void |
setLastFourDigits(String lastFourDigits) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String organizationID
protected String accountID
protected String customerProfileID
protected String customerPaymentProfileID
protected String cardDetailsID
protected String lastFourDigits
protected String created
protected String updated
protected String changedBy
protected static ResourcePath resourcePath
public AuthorizeNetToken(BillForwardClient m_BfClient)
public String getID()
public String getAccountID()
public void setAccountID(String accountID)
public String getCustomerProfileID()
public void setCustomerProfileID(String customerProfileID)
public String getCustomerPaymentProfileID()
public void setCustomerPaymentProfileID(String customerPaymentProfileID)
public String getCardDetailsID()
public void setCardDetailsID(String cardDetailsID)
public String getLastFourDigits()
public void setLastFourDigits(String lastFourDigits)
public String getOrganizationID()
public String getCreated()
public String getUpdated()
public String getChangedBy()
public static AuthorizeNetToken getByID(String ID) throws AuthenticationException, InvalidRequestException, APIConnectionException, CardException, APIException
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2014 BillForward. All rights reserved.