Package net.authorize.api.contract.v1
Class SubscriptionCustomerProfileType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerProfileBaseType
-
- net.authorize.api.contract.v1.CustomerProfileExType
-
- net.authorize.api.contract.v1.SubscriptionCustomerProfileType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerPaymentProfileMaskedTypepaymentProfileprotected CustomerAddressExTypeshippingProfile-
Fields inherited from class net.authorize.api.contract.v1.CustomerProfileExType
customerProfileId
-
Fields inherited from class net.authorize.api.contract.v1.CustomerProfileBaseType
description, email, merchantCustomerId
-
-
Constructor Summary
Constructors Constructor Description SubscriptionCustomerProfileType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerPaymentProfileMaskedTypegetPaymentProfile()Gets the value of the paymentProfile property.CustomerAddressExTypegetShippingProfile()Gets the value of the shippingProfile property.voidsetPaymentProfile(CustomerPaymentProfileMaskedType value)Sets the value of the paymentProfile property.voidsetShippingProfile(CustomerAddressExType value)Sets the value of the shippingProfile property.-
Methods inherited from class net.authorize.api.contract.v1.CustomerProfileExType
getCustomerProfileId, setCustomerProfileId
-
Methods inherited from class net.authorize.api.contract.v1.CustomerProfileBaseType
getDescription, getEmail, getMerchantCustomerId, setDescription, setEmail, setMerchantCustomerId
-
-
-
-
Field Detail
-
paymentProfile
protected CustomerPaymentProfileMaskedType paymentProfile
-
shippingProfile
protected CustomerAddressExType shippingProfile
-
-
Method Detail
-
getPaymentProfile
public CustomerPaymentProfileMaskedType getPaymentProfile()
Gets the value of the paymentProfile property.- Returns:
- possible object is
CustomerPaymentProfileMaskedType
-
setPaymentProfile
public void setPaymentProfile(CustomerPaymentProfileMaskedType value)
Sets the value of the paymentProfile property.- Parameters:
value- allowed object isCustomerPaymentProfileMaskedType
-
getShippingProfile
public CustomerAddressExType getShippingProfile()
Gets the value of the shippingProfile property.- Returns:
- possible object is
CustomerAddressExType
-
setShippingProfile
public void setShippingProfile(CustomerAddressExType value)
Sets the value of the shippingProfile property.- Parameters:
value- allowed object isCustomerAddressExType
-
-