Class AlipayPaymentTransactionEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • PAYEREMAIL

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

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

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

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

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

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

        public static final java.lang.String SUPPLEMENTARYSTATUS
        Generated constant - Attribute key of AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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​(java.lang.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​(java.lang.String _code,
                                                  ItemModel _owner,
                                                  java.lang.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 Detail

      • getAdjustedAmount

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

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

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

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

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

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

        @Accessor(qualifier="supplementaryStatus",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.
        Parameters:
        value - the supplementaryStatus