public class ARBSubscriptionMaskedType extends Object
Java class for ARBSubscriptionMaskedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ARBSubscriptionMaskedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="50"/>
</restriction>
</simpleType>
</element>
<element name="paymentSchedule" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentScheduleType" minOccurs="0"/>
<element name="amount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.01"/>
<fractionDigits value="4"/>
</restriction>
</simpleType>
</element>
<element name="trialAmount" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<fractionDigits value="4"/>
<minInclusive value="0.00"/>
</restriction>
</simpleType>
</element>
<element name="status" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBSubscriptionStatusEnum" minOccurs="0"/>
<element name="profile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}subscriptionCustomerProfileType" minOccurs="0"/>
<element name="order" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}orderType" minOccurs="0"/>
<element name="arbTransactions" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ARBTransactionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
amount |
protected ARBTransactionList |
arbTransactions |
protected String |
name |
protected OrderType |
order |
protected PaymentScheduleType |
paymentSchedule |
protected SubscriptionCustomerProfileType |
profile |
protected ARBSubscriptionStatusEnum |
status |
protected BigDecimal |
trialAmount |
| Constructor and Description |
|---|
ARBSubscriptionMaskedType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount()
Gets the value of the amount property.
|
ARBTransactionList |
getArbTransactions()
Gets the value of the arbTransactions property.
|
String |
getName()
Gets the value of the name property.
|
OrderType |
getOrder()
Gets the value of the order property.
|
PaymentScheduleType |
getPaymentSchedule()
Gets the value of the paymentSchedule property.
|
SubscriptionCustomerProfileType |
getProfile()
Gets the value of the profile property.
|
ARBSubscriptionStatusEnum |
getStatus()
Gets the value of the status property.
|
BigDecimal |
getTrialAmount()
Gets the value of the trialAmount property.
|
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setArbTransactions(ARBTransactionList value)
Sets the value of the arbTransactions property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrder(OrderType value)
Sets the value of the order property.
|
void |
setPaymentSchedule(PaymentScheduleType value)
Sets the value of the paymentSchedule property.
|
void |
setProfile(SubscriptionCustomerProfileType value)
Sets the value of the profile property.
|
void |
setStatus(ARBSubscriptionStatusEnum value)
Sets the value of the status property.
|
void |
setTrialAmount(BigDecimal value)
Sets the value of the trialAmount property.
|
protected String name
protected PaymentScheduleType paymentSchedule
protected BigDecimal amount
protected BigDecimal trialAmount
protected ARBSubscriptionStatusEnum status
protected SubscriptionCustomerProfileType profile
protected OrderType order
protected ARBTransactionList arbTransactions
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PaymentScheduleType getPaymentSchedule()
PaymentScheduleTypepublic void setPaymentSchedule(PaymentScheduleType value)
value - allowed object is
PaymentScheduleTypepublic BigDecimal getAmount()
BigDecimalpublic void setAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTrialAmount()
BigDecimalpublic void setTrialAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic ARBSubscriptionStatusEnum getStatus()
ARBSubscriptionStatusEnumpublic void setStatus(ARBSubscriptionStatusEnum value)
value - allowed object is
ARBSubscriptionStatusEnumpublic SubscriptionCustomerProfileType getProfile()
SubscriptionCustomerProfileTypepublic void setProfile(SubscriptionCustomerProfileType value)
value - allowed object is
SubscriptionCustomerProfileTypepublic OrderType getOrder()
OrderTypepublic void setOrder(OrderType value)
value - allowed object is
OrderTypepublic ARBTransactionList getArbTransactions()
ARBTransactionListpublic void setArbTransactions(ARBTransactionList value)
value - allowed object is
ARBTransactionListCopyright © 2020. All rights reserved.