Package net.authorize.api.contract.v1
Class CustomerProfileIdType
- java.lang.Object
-
- net.authorize.api.contract.v1.CustomerProfileIdType
-
public class CustomerProfileIdType extends Object
Java class for customerProfileIdType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="customerProfileIdType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="customerAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerAddressIdprotected StringcustomerPaymentProfileIdprotected StringcustomerProfileId
-
Constructor Summary
Constructors Constructor Description CustomerProfileIdType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerAddressId()Gets the value of the customerAddressId property.StringgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.voidsetCustomerAddressId(String value)Sets the value of the customerAddressId property.voidsetCustomerPaymentProfileId(String value)Sets the value of the customerPaymentProfileId property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.
-
-
-
Method Detail
-
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
-
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 isString
-
getCustomerAddressId
public String getCustomerAddressId()
Gets the value of the customerAddressId property.- Returns:
- possible object is
String
-
-