Package net.authorize.api.contract.v1
Class ProfileTransAuthOnlyType
- java.lang.Object
-
- net.authorize.api.contract.v1.ProfileTransAmountType
-
- net.authorize.api.contract.v1.ProfileTransOrderType
-
- net.authorize.api.contract.v1.ProfileTransAuthOnlyType
-
public class ProfileTransAuthOnlyType extends ProfileTransOrderType
Java class for profileTransAuthOnlyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransAuthOnlyType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransOrderType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
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 ProfileTransAuthOnlyType()
-
Method Summary
-
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
-
-