public class PaymentMethodSubscriptionLink extends MutableEntity<PaymentMethodSubscriptionLink>
| Modifier and Type | Field and Description |
|---|---|
protected String |
changedBy |
protected Date |
created |
protected String |
id |
protected String |
organizationID |
protected String |
paymentMethodID |
protected static ResourcePath |
resourcePath |
protected String |
subscriptionID |
protected Date |
updated |
m_client, PRETTY_PRINT_GSON| Modifier | Constructor and Description |
|---|---|
protected |
PaymentMethodSubscriptionLink() |
|
PaymentMethodSubscriptionLink(BillForwardClient client_) |
| Modifier and Type | Method and Description |
|---|---|
String |
getChangedBy() |
Date |
getCreated() |
String |
getID() |
String |
getOrganizationID() |
String |
getPaymentMethodID() |
protected ResourcePath |
getResourcePath() |
String |
getSubscriptionID() |
Date |
getUpdated() |
protected static ResourcePath |
ResourcePath() |
void |
setPaymentMethodID(String paymentMethodID) |
void |
setSubscriptionID(String subscriptionID) |
savecreate, create, retiregetAll, getByID, getByID, getByIDPostPath, getClient, setClient, toStringprotected String id
protected String subscriptionID
protected String organizationID
protected String paymentMethodID
protected Date updated
protected String changedBy
protected Date created
protected static ResourcePath resourcePath
public PaymentMethodSubscriptionLink(BillForwardClient client_)
protected PaymentMethodSubscriptionLink()
public String getID()
public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
public String getPaymentMethodID()
public void setPaymentMethodID(String paymentMethodID)
public String getOrganizationID()
public Date getUpdated()
public String getChangedBy()
public Date getCreated()
protected ResourcePath getResourcePath()
getResourcePath in class BillingEntityprotected static ResourcePath ResourcePath()
Copyright © 2014 BillForward. All rights reserved.