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