Class AlipayPaymentTransactionEntryModel

All Implemented Interfaces:
Serializable

public class AlipayPaymentTransactionEntryModel extends PaymentTransactionEntryModel
Generated model class for type AlipayPaymentTransactionEntry first defined at extension chinesepspalipayservices.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PAYEREMAIL
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.
      See Also:
    • PAYERID

      public static final String PAYERID
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.
      See Also:
    • ADJUSTEDAMOUNT

      public static final String ADJUSTEDAMOUNT
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.
      See Also:
    • COUPONUSED

      public static final String COUPONUSED
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.
      See Also:
    • LOCKED

      public static final String LOCKED
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.
      See Also:
    • SELLERFEE

      public static final String SELLERFEE
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.
      See Also:
    • SUPPLEMENTARYSTATUS

      public static final String SUPPLEMENTARYSTATUS
      Generated constant - Attribute key of AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.
      See Also:
  • Constructor Details

    • AlipayPaymentTransactionEntryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public AlipayPaymentTransactionEntryModel(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 PaymentTransactionEntry at extension payment
    • AlipayPaymentTransactionEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public AlipayPaymentTransactionEntryModel(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 PaymentTransactionEntry at extension payment
      _owner - initial attribute declared by type Item at extension core
      _versionID - initial attribute declared by type PaymentTransactionEntry at extension payment
  • Method Details

    • getAdjustedAmount

      @Accessor(qualifier="adjustedAmount", type=GETTER) public Double getAdjustedAmount()
      Generated method - Getter of the AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.
      Returns:
      the adjustedAmount
    • getCouponUsed

      @Accessor(qualifier="couponUsed", type=GETTER) public Boolean getCouponUsed()
      Generated method - Getter of the AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.
      Returns:
      the couponUsed
    • getLocked

      @Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
      Generated method - Getter of the AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.
      Returns:
      the locked
    • getPayerEmail

      @Accessor(qualifier="payerEmail", type=GETTER) public String getPayerEmail()
      Generated method - Getter of the AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.
      Returns:
      the payerEmail
    • getPayerId

      @Accessor(qualifier="payerId", type=GETTER) public String getPayerId()
      Generated method - Getter of the AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.
      Returns:
      the payerId
    • getSellerFee

      @Accessor(qualifier="sellerFee", type=GETTER) public Double getSellerFee()
      Generated method - Getter of the AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.
      Returns:
      the sellerFee
    • getSupplementaryStatus

      @Accessor(qualifier="supplementaryStatus", type=GETTER) public String getSupplementaryStatus()
      Generated method - Getter of the AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.
      Returns:
      the supplementaryStatus
    • setAdjustedAmount

      @Accessor(qualifier="adjustedAmount", type=SETTER) public void setAdjustedAmount(Double value)
      Generated method - Setter of AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the adjustedAmount
    • setCouponUsed

      @Accessor(qualifier="couponUsed", type=SETTER) public void setCouponUsed(Boolean value)
      Generated method - Setter of AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the couponUsed
    • setLocked

      @Accessor(qualifier="locked", type=SETTER) public void setLocked(Boolean value)
      Generated method - Setter of AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the locked
    • setPayerEmail

      @Accessor(qualifier="payerEmail", type=SETTER) public void setPayerEmail(String value)
      Generated method - Setter of AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the payerEmail
    • setPayerId

      @Accessor(qualifier="payerId", type=SETTER) public void setPayerId(String value)
      Generated method - Setter of AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the payerId
    • setSellerFee

      @Accessor(qualifier="sellerFee", type=SETTER) public void setSellerFee(Double value)
      Generated method - Setter of AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the sellerFee
    • setSupplementaryStatus

      @Accessor(qualifier="supplementaryStatus", type=SETTER) public void setSupplementaryStatus(String value)
      Generated method - Setter of AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.
      Parameters:
      value - the supplementaryStatus