Package net.authorize.api.contract.v1
Class AuDetailsType
- java.lang.Object
-
- net.authorize.api.contract.v1.AuDetailsType
-
- Direct Known Subclasses:
AuDeleteType,AuUpdateType
public class AuDetailsType extends Object
Java class for auDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="customerProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="customerPaymentProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="updateTimeUTC" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="auReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="reasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringauReasonCodeprotected longcustomerPaymentProfileIDprotected longcustomerProfileIDprotected StringfirstNameprotected StringlastNameprotected StringreasonDescriptionprotected StringupdateTimeUTC
-
Constructor Summary
Constructors Constructor Description AuDetailsType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuReasonCode()Gets the value of the auReasonCode property.longgetCustomerPaymentProfileID()Gets the value of the customerPaymentProfileID property.longgetCustomerProfileID()Gets the value of the customerProfileID property.StringgetFirstName()Gets the value of the firstName property.StringgetLastName()Gets the value of the lastName property.StringgetReasonDescription()Gets the value of the reasonDescription property.StringgetUpdateTimeUTC()Gets the value of the updateTimeUTC property.voidsetAuReasonCode(String value)Sets the value of the auReasonCode property.voidsetCustomerPaymentProfileID(long value)Sets the value of the customerPaymentProfileID property.voidsetCustomerProfileID(long value)Sets the value of the customerProfileID property.voidsetFirstName(String value)Sets the value of the firstName property.voidsetLastName(String value)Sets the value of the lastName property.voidsetReasonDescription(String value)Sets the value of the reasonDescription property.voidsetUpdateTimeUTC(String value)Sets the value of the updateTimeUTC property.
-
-
-
Field Detail
-
customerProfileID
protected long customerProfileID
-
customerPaymentProfileID
protected long customerPaymentProfileID
-
firstName
protected String firstName
-
lastName
protected String lastName
-
updateTimeUTC
protected String updateTimeUTC
-
auReasonCode
protected String auReasonCode
-
reasonDescription
protected String reasonDescription
-
-
Method Detail
-
getCustomerProfileID
public long getCustomerProfileID()
Gets the value of the customerProfileID property.
-
setCustomerProfileID
public void setCustomerProfileID(long value)
Sets the value of the customerProfileID property.
-
getCustomerPaymentProfileID
public long getCustomerPaymentProfileID()
Gets the value of the customerPaymentProfileID property.
-
setCustomerPaymentProfileID
public void setCustomerPaymentProfileID(long value)
Sets the value of the customerPaymentProfileID property.
-
getFirstName
public String getFirstName()
Gets the value of the firstName property.- Returns:
- possible object is
String
-
setFirstName
public void setFirstName(String value)
Sets the value of the firstName property.- Parameters:
value- allowed object isString
-
getLastName
public String getLastName()
Gets the value of the lastName property.- Returns:
- possible object is
String
-
setLastName
public void setLastName(String value)
Sets the value of the lastName property.- Parameters:
value- allowed object isString
-
getUpdateTimeUTC
public String getUpdateTimeUTC()
Gets the value of the updateTimeUTC property.- Returns:
- possible object is
String
-
setUpdateTimeUTC
public void setUpdateTimeUTC(String value)
Sets the value of the updateTimeUTC property.- Parameters:
value- allowed object isString
-
getAuReasonCode
public String getAuReasonCode()
Gets the value of the auReasonCode property.- Returns:
- possible object is
String
-
setAuReasonCode
public void setAuReasonCode(String value)
Sets the value of the auReasonCode property.- Parameters:
value- allowed object isString
-
getReasonDescription
public String getReasonDescription()
Gets the value of the reasonDescription property.- Returns:
- possible object is
String
-
-