Package net.authorize.api.contract.v1
Class CreateCustomerProfileFromTransactionRequest
- java.lang.Object
-
- net.authorize.api.contract.v1.ANetApiRequest
-
- net.authorize.api.contract.v1.CreateCustomerProfileFromTransactionRequest
-
- All Implemented Interfaces:
Serializable
public class CreateCustomerProfileFromTransactionRequest extends ANetApiRequest
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest"> <sequence> <element name="transId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/> <element name="customer" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileBaseType" minOccurs="0"/> <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/> <element name="defaultPaymentProfile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="defaultShippingAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="profileType" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}customerProfileTypeEnum" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected CustomerProfileBaseType
customer
protected String
customerProfileId
protected Boolean
defaultPaymentProfile
protected Boolean
defaultShippingAddress
protected CustomerProfileTypeEnum
profileType
protected String
transId
-
Fields inherited from class net.authorize.api.contract.v1.ANetApiRequest
clientId, merchantAuthentication, refId
-
-
Constructor Summary
Constructors Constructor Description CreateCustomerProfileFromTransactionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfileBaseType
getCustomer()
Gets the value of the customer property.String
getCustomerProfileId()
Gets the value of the customerProfileId property.CustomerProfileTypeEnum
getProfileType()
Gets the value of the profileType property.String
getTransId()
Gets the value of the transId property.Boolean
isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.Boolean
isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.void
setCustomer(CustomerProfileBaseType value)
Sets the value of the customer property.void
setCustomerProfileId(String value)
Sets the value of the customerProfileId property.void
setDefaultPaymentProfile(Boolean value)
Sets the value of the defaultPaymentProfile property.void
setDefaultShippingAddress(Boolean value)
Sets the value of the defaultShippingAddress property.void
setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.void
setTransId(String value)
Sets the value of the transId property.-
Methods inherited from class net.authorize.api.contract.v1.ANetApiRequest
getClientId, getMerchantAuthentication, getRefId, setClientId, setMerchantAuthentication, setRefId
-
-
-
-
Field Detail
-
transId
protected String transId
-
customer
protected CustomerProfileBaseType customer
-
customerProfileId
protected String customerProfileId
-
defaultPaymentProfile
protected Boolean defaultPaymentProfile
-
defaultShippingAddress
protected Boolean defaultShippingAddress
-
profileType
protected CustomerProfileTypeEnum profileType
-
-
Method Detail
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
setTransId
public void setTransId(String value)
Sets the value of the transId property.- Parameters:
value
- allowed object isString
-
getCustomer
public CustomerProfileBaseType getCustomer()
Gets the value of the customer property.- Returns:
- possible object is
CustomerProfileBaseType
-
setCustomer
public void setCustomer(CustomerProfileBaseType value)
Sets the value of the customer property.- Parameters:
value
- allowed object isCustomerProfileBaseType
-
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
-
isDefaultPaymentProfile
public Boolean isDefaultPaymentProfile()
Gets the value of the defaultPaymentProfile property.- Returns:
- possible object is
Boolean
-
setDefaultPaymentProfile
public void setDefaultPaymentProfile(Boolean value)
Sets the value of the defaultPaymentProfile property.- Parameters:
value
- allowed object isBoolean
-
isDefaultShippingAddress
public Boolean isDefaultShippingAddress()
Gets the value of the defaultShippingAddress property.- Returns:
- possible object is
Boolean
-
setDefaultShippingAddress
public void setDefaultShippingAddress(Boolean value)
Sets the value of the defaultShippingAddress property.- Parameters:
value
- allowed object isBoolean
-
getProfileType
public CustomerProfileTypeEnum getProfileType()
Gets the value of the profileType property.- Returns:
- possible object is
CustomerProfileTypeEnum
-
setProfileType
public void setProfileType(CustomerProfileTypeEnum value)
Sets the value of the profileType property.- Parameters:
value
- allowed object isCustomerProfileTypeEnum
-
-