net.authorize.api.contract.v1
Class CustomerPaymentProfileExType
java.lang.Object
net.authorize.api.contract.v1.CustomerPaymentProfileBaseType
net.authorize.api.contract.v1.CustomerPaymentProfileType
net.authorize.api.contract.v1.CustomerPaymentProfileExType
public class CustomerPaymentProfileExType
- extends CustomerPaymentProfileType
Java class for customerPaymentProfileExType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerPaymentProfileExType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerPaymentProfileType">
<sequence>
<element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customerPaymentProfileId
protected String customerPaymentProfileId
CustomerPaymentProfileExType
public CustomerPaymentProfileExType()
getCustomerPaymentProfileId
public String getCustomerPaymentProfileId()
- Gets the value of the customerPaymentProfileId property.
- Returns:
- possible object is
String
setCustomerPaymentProfileId
public void setCustomerPaymentProfileId(String value)
- Sets the value of the customerPaymentProfileId property.
- Parameters:
value - allowed object is
String
Copyright © 2014. All Rights Reserved.