Package net.authorize.api.contract.v1
Class CustomerProfilePaymentType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerProfilePaymentType
-
public class CustomerProfilePaymentType extends Object
Java class for customerProfilePaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfilePaymentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="createProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="paymentProfile" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}paymentProfile" minOccurs="0"/> <element name="shippingProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleancreateProfileprotected StringcustomerProfileIdprotected PaymentProfilepaymentProfileprotected StringshippingProfileId
-
Constructor Summary
Constructors Constructor Description CustomerProfilePaymentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerProfileId()Gets the value of the customerProfileId property.PaymentProfilegetPaymentProfile()Gets the value of the paymentProfile property.StringgetShippingProfileId()Gets the value of the shippingProfileId property.BooleanisCreateProfile()Gets the value of the createProfile property.voidsetCreateProfile(Boolean value)Sets the value of the createProfile property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetPaymentProfile(PaymentProfile value)Sets the value of the paymentProfile property.voidsetShippingProfileId(String value)Sets the value of the shippingProfileId property.
-
-
-
Field Detail
-
createProfile
protected Boolean createProfile
-
customerProfileId
protected String customerProfileId
-
paymentProfile
protected PaymentProfile paymentProfile
-
shippingProfileId
protected String shippingProfileId
-
-
Method Detail
-
isCreateProfile
public Boolean isCreateProfile()
Gets the value of the createProfile property.- Returns:
- possible object is
Boolean
-
setCreateProfile
public void setCreateProfile(Boolean value)
Sets the value of the createProfile property.- Parameters:
value- allowed object isBoolean
-
getCustomerProfileId
public String getCustomerProfileId()
Gets the value of the customerProfileId property.- Returns:
- possible object is
String
-
setCustomerProfileId
public void setCustomerProfileId(String value)
Sets the value of the customerProfileId property.- Parameters:
value- allowed object isString
-
getPaymentProfile
public PaymentProfile getPaymentProfile()
Gets the value of the paymentProfile property.- Returns:
- possible object is
PaymentProfile
-
setPaymentProfile
public void setPaymentProfile(PaymentProfile value)
Sets the value of the paymentProfile property.- Parameters:
value- allowed object isPaymentProfile
-
getShippingProfileId
public String getShippingProfileId()
Gets the value of the shippingProfileId property.- Returns:
- possible object is
String
-
-