Package net.authorize.api.contract.v1
Class ProfileTransCaptureOnlyType
- java.lang.Object
-
- net.authorize.api.contract.v1.ProfileTransAmountType
-
- net.authorize.api.contract.v1.ProfileTransOrderType
-
- net.authorize.api.contract.v1.ProfileTransCaptureOnlyType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringapprovalCode-
Fields inherited from class net.authorize.api.contract.v1.ProfileTransOrderType
authorizationIndicatorType, cardCode, customerPaymentProfileId, customerProfileId, customerShippingAddressId, order, processingOptions, recurringBilling, splitTenderId, subsequentAuthInformation, taxExempt
-
-
Constructor Summary
Constructors Constructor Description ProfileTransCaptureOnlyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApprovalCode()Gets the value of the approvalCode property.voidsetApprovalCode(String value)Sets the value of the approvalCode property.-
Methods inherited from class net.authorize.api.contract.v1.ProfileTransOrderType
getAuthorizationIndicatorType, getCardCode, getCustomerPaymentProfileId, getCustomerProfileId, getCustomerShippingAddressId, getOrder, getProcessingOptions, getSplitTenderId, getSubsequentAuthInformation, isRecurringBilling, isTaxExempt, setAuthorizationIndicatorType, setCardCode, setCustomerPaymentProfileId, setCustomerProfileId, setCustomerShippingAddressId, setOrder, setProcessingOptions, setRecurringBilling, setSplitTenderId, setSubsequentAuthInformation, setTaxExempt
-
Methods inherited from class net.authorize.api.contract.v1.ProfileTransAmountType
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTax
-
-
-
-
Field Detail
-
approvalCode
protected String approvalCode
-
-