|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.CustomerPaymentProfileBaseType
public class CustomerPaymentProfileBaseType
Java class for customerPaymentProfileBaseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerPaymentProfileBaseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerTypeEnum" minOccurs="0"/>
<element name="billTo" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CustomerAddressType |
billTo
|
protected CustomerTypeEnum |
customerType
|
| Constructor Summary | |
|---|---|
CustomerPaymentProfileBaseType()
|
|
| Method Summary | |
|---|---|
CustomerAddressType |
getBillTo()
Gets the value of the billTo property. |
CustomerTypeEnum |
getCustomerType()
Gets the value of the customerType property. |
void |
setBillTo(CustomerAddressType value)
Sets the value of the billTo property. |
void |
setCustomerType(CustomerTypeEnum value)
Sets the value of the customerType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CustomerTypeEnum customerType
protected CustomerAddressType billTo
| Constructor Detail |
|---|
public CustomerPaymentProfileBaseType()
| Method Detail |
|---|
public CustomerTypeEnum getCustomerType()
CustomerTypeEnumpublic void setCustomerType(CustomerTypeEnum value)
value - allowed object is
CustomerTypeEnumpublic CustomerAddressType getBillTo()
CustomerAddressTypepublic void setBillTo(CustomerAddressType value)
value - allowed object is
CustomerAddressType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||