Class AlipayPaymentTransactionModel

All Implemented Interfaces:
Serializable

public class AlipayPaymentTransactionModel extends PaymentTransactionModel
Generated model class for type AlipayPaymentTransaction first defined at extension chinesepspalipayservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PAYMENTURL

      public static final String PAYMENTURL
      Generated constant - Attribute key of AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.
      See Also:
    • ALIPAYCODE

      public static final String ALIPAYCODE
      Generated constant - Attribute key of AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.
      See Also:
    • PAYMETHOD

      public static final String PAYMETHOD
      Generated constant - Attribute key of AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.
      See Also:
    • TRANSACTIONINITIATEDATE

      public static final String TRANSACTIONINITIATEDATE
      Generated constant - Attribute key of AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.
      See Also:
  • Constructor Details

    • AlipayPaymentTransactionModel

      public AlipayPaymentTransactionModel()
      Generated constructor - Default constructor for generic creation.
    • AlipayPaymentTransactionModel

      public AlipayPaymentTransactionModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • AlipayPaymentTransactionModel

      @Deprecated(since="4.1.1", forRemoval=true) public AlipayPaymentTransactionModel(String _code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type PaymentTransaction at extension payment
    • AlipayPaymentTransactionModel

      @Deprecated(since="4.1.1", forRemoval=true) public AlipayPaymentTransactionModel(String _code, ItemModel _owner, String _versionID)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type PaymentTransaction at extension payment
      _owner - initial attribute declared by type Item at extension core
      _versionID - initial attribute declared by type PaymentTransaction at extension payment
  • Method Details

    • getAlipayCode

      @Accessor(qualifier="alipayCode", type=GETTER) public String getAlipayCode()
      Generated method - Getter of the AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.
      Returns:
      the alipayCode
    • getPaymentUrl

      @Accessor(qualifier="paymentUrl", type=GETTER) public String getPaymentUrl()
      Generated method - Getter of the AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.
      Returns:
      the paymentUrl
    • getPayMethod

      @Accessor(qualifier="payMethod", type=GETTER) public AlipayPayMethod getPayMethod()
      Generated method - Getter of the AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.
      Returns:
      the payMethod
    • getTransactionInitiateDate

      @Accessor(qualifier="transactionInitiateDate", type=GETTER) public Date getTransactionInitiateDate()
      Generated method - Getter of the AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.
      Returns:
      the transactionInitiateDate - Attribute to store the date for initiating the call to the Alipay transaction.
    • setAlipayCode

      @Accessor(qualifier="alipayCode", type=SETTER) public void setAlipayCode(String value)
      Generated method - Setter of AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the alipayCode
    • setPaymentUrl

      @Accessor(qualifier="paymentUrl", type=SETTER) public void setPaymentUrl(String value)
      Generated method - Setter of AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the paymentUrl
    • setPayMethod

      @Accessor(qualifier="payMethod", type=SETTER) public void setPayMethod(AlipayPayMethod value)
      Generated method - Setter of AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the payMethod
    • setTransactionInitiateDate

      @Accessor(qualifier="transactionInitiateDate", type=SETTER) public void setTransactionInitiateDate(Date value)
      Generated method - Setter of AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the transactionInitiateDate - Attribute to store the date for initiating the call to the Alipay transaction.