public class CustomerProfilePaymentType
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
createProfile |
protected java.lang.String |
customerProfileId |
protected PaymentProfile |
paymentProfile |
protected java.lang.String |
shippingProfileId |
| Constructor and Description |
|---|
CustomerProfilePaymentType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
PaymentProfile |
getPaymentProfile()
Gets the value of the paymentProfile property.
|
java.lang.String |
getShippingProfileId()
Gets the value of the shippingProfileId property.
|
java.lang.Boolean |
isCreateProfile()
Gets the value of the createProfile property.
|
void |
setCreateProfile(java.lang.Boolean value)
Sets the value of the createProfile property.
|
void |
setCustomerProfileId(java.lang.String value)
Sets the value of the customerProfileId property.
|
void |
setPaymentProfile(PaymentProfile value)
Sets the value of the paymentProfile property.
|
void |
setShippingProfileId(java.lang.String value)
Sets the value of the shippingProfileId property.
|
protected java.lang.Boolean createProfile
protected java.lang.String customerProfileId
protected PaymentProfile paymentProfile
protected java.lang.String shippingProfileId
public java.lang.Boolean isCreateProfile()
Booleanpublic void setCreateProfile(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCustomerProfileId()
Stringpublic void setCustomerProfileId(java.lang.String value)
value - allowed object is
Stringpublic PaymentProfile getPaymentProfile()
PaymentProfilepublic void setPaymentProfile(PaymentProfile value)
value - allowed object is
PaymentProfilepublic java.lang.String getShippingProfileId()
Stringpublic void setShippingProfileId(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.