Package net.authorize.api.contract.v1
Class SubscriptionPaymentType
- java.lang.Object
-
- net.authorize.api.contract.v1.SubscriptionPaymentType
-
public class SubscriptionPaymentType extends Object
Java class for subscriptionPaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscriptionPaymentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </element> <element name="payNum"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="0"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SubscriptionPaymentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetId()Gets the value of the id property.intgetPayNum()Gets the value of the payNum property.voidsetId(int value)Sets the value of the id property.voidsetPayNum(int value)Sets the value of the payNum property.
-