public class ProfileTransCaptureOnlyType extends ProfileTransOrderType
Java class for profileTransCaptureOnlyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransCaptureOnlyType">
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransOrderType">
<sequence>
<element name="approvalCode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
approvalCode |
cardCode, customerPaymentProfileId, customerProfileId, customerShippingAddressId, order, recurringBilling, splitTenderId, taxExempt| Constructor and Description |
|---|
ProfileTransCaptureOnlyType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApprovalCode()
Gets the value of the approvalCode property.
|
void |
setApprovalCode(java.lang.String value)
Sets the value of the approvalCode property.
|
getCardCode, getCustomerPaymentProfileId, getCustomerProfileId, getCustomerShippingAddressId, getOrder, getSplitTenderId, isRecurringBilling, isTaxExempt, setCardCode, setCustomerPaymentProfileId, setCustomerProfileId, setCustomerShippingAddressId, setOrder, setRecurringBilling, setSplitTenderId, setTaxExemptgetAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTaxpublic java.lang.String getApprovalCode()
Stringpublic void setApprovalCode(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.