public class ProfileTransVoidType extends Object
Java class for profileTransVoidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransVoidType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="customerShippingAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
<element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerPaymentProfileId |
protected String |
customerProfileId |
protected String |
customerShippingAddressId |
protected String |
transId |
| Constructor and Description |
|---|
ProfileTransVoidType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerPaymentProfileId()
Gets the value of the customerPaymentProfileId property.
|
String |
getCustomerProfileId()
Gets the value of the customerProfileId property.
|
String |
getCustomerShippingAddressId()
Gets the value of the customerShippingAddressId property.
|
String |
getTransId()
Gets the value of the transId property.
|
void |
setCustomerPaymentProfileId(String value)
Sets the value of the customerPaymentProfileId property.
|
void |
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.
|
void |
setCustomerShippingAddressId(String value)
Sets the value of the customerShippingAddressId property.
|
void |
setTransId(String value)
Sets the value of the transId property.
|
protected String customerProfileId
protected String customerPaymentProfileId
protected String customerShippingAddressId
protected String transId
public String getCustomerProfileId()
Stringpublic void setCustomerProfileId(String value)
value - allowed object is
Stringpublic String getCustomerPaymentProfileId()
Stringpublic void setCustomerPaymentProfileId(String value)
value - allowed object is
Stringpublic String getCustomerShippingAddressId()
Stringpublic void setCustomerShippingAddressId(String value)
value - allowed object is
Stringpublic String getTransId()
StringCopyright © 2020. All rights reserved.