Package net.authorize.api.contract.v1
Class HeldTransactionRequestType
- java.lang.Object
-
- net.authorize.api.contract.v1.HeldTransactionRequestType
-
public class HeldTransactionRequestType extends Object
Java class for heldTransactionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="heldTransactionRequestType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="action" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}afdsTransactionEnum"/> <element name="refTransId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AfdsTransactionEnumactionprotected StringrefTransId
-
Constructor Summary
Constructors Constructor Description HeldTransactionRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AfdsTransactionEnumgetAction()Gets the value of the action property.StringgetRefTransId()Gets the value of the refTransId property.voidsetAction(AfdsTransactionEnum value)Sets the value of the action property.voidsetRefTransId(String value)Sets the value of the refTransId property.
-
-
-
Field Detail
-
action
protected AfdsTransactionEnum action
-
refTransId
protected String refTransId
-
-
Method Detail
-
getAction
public AfdsTransactionEnum getAction()
Gets the value of the action property.- Returns:
- possible object is
AfdsTransactionEnum
-
setAction
public void setAction(AfdsTransactionEnum value)
Sets the value of the action property.- Parameters:
value- allowed object isAfdsTransactionEnum
-
getRefTransId
public String getRefTransId()
Gets the value of the refTransId property.- Returns:
- possible object is
String
-
-