public class ProfileTransactionType extends Object
Java class for profileTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="profileTransactionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="profileTransAuthCapture" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAuthCaptureType"/>
<element name="profileTransAuthOnly" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransAuthOnlyType"/>
<element name="profileTransPriorAuthCapture" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransPriorAuthCaptureType"/>
<element name="profileTransCaptureOnly" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransCaptureOnlyType"/>
<element name="profileTransRefund" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransRefundType"/>
<element name="profileTransVoid" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}profileTransVoidType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ProfileTransAuthCaptureType |
profileTransAuthCapture |
protected ProfileTransAuthOnlyType |
profileTransAuthOnly |
protected ProfileTransCaptureOnlyType |
profileTransCaptureOnly |
protected ProfileTransPriorAuthCaptureType |
profileTransPriorAuthCapture |
protected ProfileTransRefundType |
profileTransRefund |
protected ProfileTransVoidType |
profileTransVoid |
| Constructor and Description |
|---|
ProfileTransactionType() |
| Modifier and Type | Method and Description |
|---|---|
ProfileTransAuthCaptureType |
getProfileTransAuthCapture()
Gets the value of the profileTransAuthCapture property.
|
ProfileTransAuthOnlyType |
getProfileTransAuthOnly()
Gets the value of the profileTransAuthOnly property.
|
ProfileTransCaptureOnlyType |
getProfileTransCaptureOnly()
Gets the value of the profileTransCaptureOnly property.
|
ProfileTransPriorAuthCaptureType |
getProfileTransPriorAuthCapture()
Gets the value of the profileTransPriorAuthCapture property.
|
ProfileTransRefundType |
getProfileTransRefund()
Gets the value of the profileTransRefund property.
|
ProfileTransVoidType |
getProfileTransVoid()
Gets the value of the profileTransVoid property.
|
void |
setProfileTransAuthCapture(ProfileTransAuthCaptureType value)
Sets the value of the profileTransAuthCapture property.
|
void |
setProfileTransAuthOnly(ProfileTransAuthOnlyType value)
Sets the value of the profileTransAuthOnly property.
|
void |
setProfileTransCaptureOnly(ProfileTransCaptureOnlyType value)
Sets the value of the profileTransCaptureOnly property.
|
void |
setProfileTransPriorAuthCapture(ProfileTransPriorAuthCaptureType value)
Sets the value of the profileTransPriorAuthCapture property.
|
void |
setProfileTransRefund(ProfileTransRefundType value)
Sets the value of the profileTransRefund property.
|
void |
setProfileTransVoid(ProfileTransVoidType value)
Sets the value of the profileTransVoid property.
|
protected ProfileTransAuthCaptureType profileTransAuthCapture
protected ProfileTransAuthOnlyType profileTransAuthOnly
protected ProfileTransPriorAuthCaptureType profileTransPriorAuthCapture
protected ProfileTransCaptureOnlyType profileTransCaptureOnly
protected ProfileTransRefundType profileTransRefund
protected ProfileTransVoidType profileTransVoid
public ProfileTransAuthCaptureType getProfileTransAuthCapture()
ProfileTransAuthCaptureTypepublic void setProfileTransAuthCapture(ProfileTransAuthCaptureType value)
value - allowed object is
ProfileTransAuthCaptureTypepublic ProfileTransAuthOnlyType getProfileTransAuthOnly()
ProfileTransAuthOnlyTypepublic void setProfileTransAuthOnly(ProfileTransAuthOnlyType value)
value - allowed object is
ProfileTransAuthOnlyTypepublic ProfileTransPriorAuthCaptureType getProfileTransPriorAuthCapture()
ProfileTransPriorAuthCaptureTypepublic void setProfileTransPriorAuthCapture(ProfileTransPriorAuthCaptureType value)
value - allowed object is
ProfileTransPriorAuthCaptureTypepublic ProfileTransCaptureOnlyType getProfileTransCaptureOnly()
ProfileTransCaptureOnlyTypepublic void setProfileTransCaptureOnly(ProfileTransCaptureOnlyType value)
value - allowed object is
ProfileTransCaptureOnlyTypepublic ProfileTransRefundType getProfileTransRefund()
ProfileTransRefundTypepublic void setProfileTransRefund(ProfileTransRefundType value)
value - allowed object is
ProfileTransRefundTypepublic ProfileTransVoidType getProfileTransVoid()
ProfileTransVoidTypepublic void setProfileTransVoid(ProfileTransVoidType value)
value - allowed object is
ProfileTransVoidTypeCopyright © 2020. All rights reserved.