Class GetHostedPaymentPageRequest

  • All Implemented Interfaces:
    Serializable

    public class GetHostedPaymentPageRequest
    extends ANetApiRequest

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiRequest">
           <sequence>
             <element name="transactionRequest" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}transactionRequestType"/>
             <element name="hostedPaymentSettings" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ArrayOfSetting" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetHostedPaymentPageRequest

        public GetHostedPaymentPageRequest()
    • Method Detail

      • getHostedPaymentSettings

        public ArrayOfSetting getHostedPaymentSettings()
        Gets the value of the hostedPaymentSettings property.
        Returns:
        possible object is ArrayOfSetting
      • setHostedPaymentSettings

        public void setHostedPaymentSettings​(ArrayOfSetting value)
        Sets the value of the hostedPaymentSettings property.
        Parameters:
        value - allowed object is ArrayOfSetting