|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.data.arb.Subscription
public class Subscription
| Constructor Summary | |
|---|---|
protected |
Subscription()
|
| Method Summary | |
|---|---|
static Subscription |
createSubscription()
Create a subscription. |
BigDecimal |
getAmount()
Get the subscription amount. |
Customer |
getCustomer()
Get the customer container. |
String |
getName()
Get the name of the subscription. |
Order |
getOrder()
|
Payment |
getPayment()
Get the payment container. |
String |
getRefId()
|
PaymentSchedule |
getSchedule()
Get the payment schedule of the subscription. |
String |
getSubscriptionId()
Get the subscription id. |
BigDecimal |
getTrialAmount()
Get the trial amount of the subscription. |
void |
setAmount(BigDecimal amount)
Set the subscription amount. |
void |
setCustomer(Customer customer)
Set the customer container. |
void |
setName(String name)
Set the name of the subscription. |
void |
setOrder(Order order)
|
void |
setPayment(Payment payment)
Set the payment container for the subscription. |
void |
setRefId(String refId)
|
void |
setSchedule(PaymentSchedule schedule)
Set the payment schedule of the subscription. |
void |
setSubscriptionId(String subscription_id)
Set the subscription id. |
void |
setTrialAmount(BigDecimal trial_amount)
Set the trial amount of the subscription. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected Subscription()
| Method Detail |
|---|
public static Subscription createSubscription()
public String getSubscriptionId()
public void setSubscriptionId(String subscription_id)
subscription_id - public Customer getCustomer()
public void setCustomer(Customer customer)
customer - public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
amount - public String getName()
public void setName(String name)
name - public Payment getPayment()
public void setPayment(Payment payment)
payment - public PaymentSchedule getSchedule()
public void setSchedule(PaymentSchedule schedule)
schedule - public BigDecimal getTrialAmount()
public void setTrialAmount(BigDecimal trial_amount)
trial_amount - public String getRefId()
public void setRefId(String refId)
refId - the refId to setpublic Order getOrder()
public void setOrder(Order order)
order - the order to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||