Package net.authorize.api.contract.v1
Class AuDeleteType
- java.lang.Object
-
- net.authorize.api.contract.v1.AuDetailsType
-
- net.authorize.api.contract.v1.AuDeleteType
-
public class AuDeleteType extends AuDetailsType
Java class for auDeleteType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auDeleteType"> <complexContent> <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}auDetailsType"> <sequence> <element name="creditCard" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}creditCardMaskedType"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CreditCardMaskedTypecreditCard-
Fields inherited from class net.authorize.api.contract.v1.AuDetailsType
auReasonCode, customerPaymentProfileID, customerProfileID, firstName, lastName, reasonDescription, updateTimeUTC
-
-
Constructor Summary
Constructors Constructor Description AuDeleteType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreditCardMaskedTypegetCreditCard()Gets the value of the creditCard property.voidsetCreditCard(CreditCardMaskedType value)Sets the value of the creditCard property.-
Methods inherited from class net.authorize.api.contract.v1.AuDetailsType
getAuReasonCode, getCustomerPaymentProfileID, getCustomerProfileID, getFirstName, getLastName, getReasonDescription, getUpdateTimeUTC, setAuReasonCode, setCustomerPaymentProfileID, setCustomerProfileID, setFirstName, setLastName, setReasonDescription, setUpdateTimeUTC
-
-
-
-
Field Detail
-
creditCard
protected CreditCardMaskedType creditCard
-
-
Method Detail
-
getCreditCard
public CreditCardMaskedType getCreditCard()
Gets the value of the creditCard property.- Returns:
- possible object is
CreditCardMaskedType
-
setCreditCard
public void setCreditCard(CreditCardMaskedType value)
Sets the value of the creditCard property.- Parameters:
value- allowed object isCreditCardMaskedType
-
-