net.authorize.api.contract.v1
Class ProfileTransCaptureOnlyType

java.lang.Object
  extended by net.authorize.api.contract.v1.ProfileTransAmountType
      extended by net.authorize.api.contract.v1.ProfileTransOrderType
          extended by 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
protected  String approvalCode
           
 
Fields inherited from class net.authorize.api.contract.v1.ProfileTransOrderType
cardCode, customerPaymentProfileId, customerProfileId, customerShippingAddressId, order, recurringBilling, splitTenderId, taxExempt
 
Fields inherited from class net.authorize.api.contract.v1.ProfileTransAmountType
amount, duty, lineItems, shipping, tax
 
Constructor Summary
ProfileTransCaptureOnlyType()
           
 
Method Summary
 String getApprovalCode()
          Gets the value of the approvalCode property.
 void setApprovalCode(String value)
          Sets the value of the approvalCode property.
 
Methods inherited from class net.authorize.api.contract.v1.ProfileTransOrderType
getCardCode, getCustomerPaymentProfileId, getCustomerProfileId, getCustomerShippingAddressId, getOrder, getSplitTenderId, isRecurringBilling, isTaxExempt, setCardCode, setCustomerPaymentProfileId, setCustomerProfileId, setCustomerShippingAddressId, setOrder, setRecurringBilling, setSplitTenderId, setTaxExempt
 
Methods inherited from class net.authorize.api.contract.v1.ProfileTransAmountType
getAmount, getDuty, getLineItems, getShipping, getTax, setAmount, setDuty, setShipping, setTax
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

approvalCode

protected String approvalCode
Constructor Detail

ProfileTransCaptureOnlyType

public ProfileTransCaptureOnlyType()
Method Detail

getApprovalCode

public String getApprovalCode()
Gets the value of the approvalCode property.

Returns:
possible object is String

setApprovalCode

public void setApprovalCode(String value)
Sets the value of the approvalCode property.

Parameters:
value - allowed object is String


Copyright © 2014. All Rights Reserved.