Package net.authorize.api.contract.v1
Class ProfileTransPriorAuthCaptureType
- java.lang.Object
-
- net.authorize.api.contract.v1.ProfileTransAmountType
-
- net.authorize.api.contract.v1.ProfileTransPriorAuthCaptureType
-
public class ProfileTransPriorAuthCaptureType extends ProfileTransAmountType
Java class for profileTransPriorAuthCaptureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransPriorAuthCaptureType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAmountType"> <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> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcustomerPaymentProfileIdprotected StringcustomerProfileIdprotected StringcustomerShippingAddressIdprotected StringtransId
-
Constructor Summary
Constructors Constructor Description ProfileTransPriorAuthCaptureType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerPaymentProfileId()Gets the value of the customerPaymentProfileId property.StringgetCustomerProfileId()Gets the value of the customerProfileId property.StringgetCustomerShippingAddressId()Gets the value of the customerShippingAddressId property.StringgetTransId()Gets the value of the transId property.voidsetCustomerPaymentProfileId(String value)Sets the value of the customerPaymentProfileId property.voidsetCustomerProfileId(String value)Sets the value of the customerProfileId property.voidsetCustomerShippingAddressId(String value)Sets the value of the customerShippingAddressId property.voidsetTransId(String value)Sets the value of the transId property.-
Methods inherited from class net.authorize.api.contract.v1.ProfileTransAmountType
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTax
-
-
-
-
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
-
getCustomerShippingAddressId
public String getCustomerShippingAddressId()
Gets the value of the customerShippingAddressId property.- Returns:
- possible object is
String
-
setCustomerShippingAddressId
public void setCustomerShippingAddressId(String value)
Sets the value of the customerShippingAddressId property.- Parameters:
value- allowed object isString
-
getTransId
public String getTransId()
Gets the value of the transId property.- Returns:
- possible object is
String
-
-