Class 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>
     
    • Constructor Detail

      • HeldTransactionRequestType

        public HeldTransactionRequestType()
    • Method Detail

      • getRefTransId

        public String getRefTransId()
        Gets the value of the refTransId property.
        Returns:
        possible object is String
      • setRefTransId

        public void setRefTransId​(String value)
        Sets the value of the refTransId property.
        Parameters:
        value - allowed object is String