Class ARBSubscriptionMaskedType


  • 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>