public class CustomerPaymentProfileBaseType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerAddressType |
billTo |
protected CustomerTypeEnum |
customerType |
| Constructor and Description |
|---|
CustomerPaymentProfileBaseType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected CustomerTypeEnum customerType
protected CustomerAddressType billTo
public CustomerTypeEnum getCustomerType()
CustomerTypeEnumpublic void setCustomerType(CustomerTypeEnum value)
value - allowed object is
CustomerTypeEnumpublic CustomerAddressType getBillTo()
CustomerAddressTypepublic void setBillTo(CustomerAddressType value)
value - allowed object is
CustomerAddressTypeCopyright © 2020. All rights reserved.