public class SubscriptionCustomerProfileType extends CustomerProfileExType
Java class for subscriptionCustomerProfileType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="subscriptionCustomerProfileType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileExType">
<sequence>
<element name="paymentProfile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileMaskedType" minOccurs="0"/>
<element name="shippingProfile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerAddressExType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerPaymentProfileMaskedType |
paymentProfile |
protected CustomerAddressExType |
shippingProfile |
customerProfileIddescription, email, merchantCustomerId| Constructor and Description |
|---|
SubscriptionCustomerProfileType() |
| Modifier and Type | Method and Description |
|---|---|
CustomerPaymentProfileMaskedType |
getPaymentProfile()
Gets the value of the paymentProfile property.
|
CustomerAddressExType |
getShippingProfile()
Gets the value of the shippingProfile property.
|
void |
setPaymentProfile(CustomerPaymentProfileMaskedType value)
Sets the value of the paymentProfile property.
|
void |
setShippingProfile(CustomerAddressExType value)
Sets the value of the shippingProfile property.
|
getCustomerProfileId, setCustomerProfileIdgetDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerIdprotected CustomerPaymentProfileMaskedType paymentProfile
protected CustomerAddressExType shippingProfile
public CustomerPaymentProfileMaskedType getPaymentProfile()
CustomerPaymentProfileMaskedTypepublic void setPaymentProfile(CustomerPaymentProfileMaskedType value)
value - allowed object is
CustomerPaymentProfileMaskedTypepublic CustomerAddressExType getShippingProfile()
CustomerAddressExTypepublic void setShippingProfile(CustomerAddressExType value)
value - allowed object is
CustomerAddressExTypeCopyright © 2018. All Rights Reserved.