public class AlipayPaymentTransactionEntryModel extends PaymentTransactionEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ADJUSTEDAMOUNT
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices. |
static String |
COUPONUSED
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices. |
static String |
LOCKED
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices. |
static String |
PAYEREMAIL
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices. |
static String |
PAYERID
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices. |
static String |
SELLERFEE
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices. |
static String |
SUPPLEMENTARYSTATUS
Generated constant - Attribute key of
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices. |
_PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY, AMOUNT, CODE, CURRENCY, PAYMENTTRANSACTION, REQUESTID, REQUESTTOKEN, SUBSCRIPTIONID, TIME, TRANSACTIONSTATUS, TRANSACTIONSTATUSDETAILS, TYPE, VERSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AlipayPaymentTransactionEntryModel()
Generated constructor - Default constructor for generic creation.
|
AlipayPaymentTransactionEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AlipayPaymentTransactionEntryModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AlipayPaymentTransactionEntryModel(String _code,
ItemModel _owner,
String _versionID)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getAdjustedAmount()
Generated method - Getter of the
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices. |
Boolean |
getCouponUsed()
Generated method - Getter of the
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices. |
Boolean |
getLocked()
Generated method - Getter of the
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices. |
String |
getPayerEmail()
Generated method - Getter of the
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices. |
String |
getPayerId()
Generated method - Getter of the
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices. |
Double |
getSellerFee()
Generated method - Getter of the
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices. |
String |
getSupplementaryStatus()
Generated method - Getter of the
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices. |
void |
setAdjustedAmount(Double value)
Generated method - Setter of
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices. |
void |
setCouponUsed(Boolean value)
Generated method - Setter of
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices. |
void |
setLocked(Boolean value)
Generated method - Setter of
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices. |
void |
setPayerEmail(String value)
Generated method - Setter of
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices. |
void |
setPayerId(String value)
Generated method - Setter of
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices. |
void |
setSellerFee(Double value)
Generated method - Setter of
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices. |
void |
setSupplementaryStatus(String value)
Generated method - Setter of
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices. |
getAmount, getCode, getCurrency, getPaymentTransaction, getRequestId, getRequestToken, getSubscriptionID, getTime, getTransactionStatus, getTransactionStatusDetails, getType, getVersionID, setAmount, setCode, setCurrency, setPaymentTransaction, setRequestId, setRequestToken, setSubscriptionID, setTime, setTransactionStatus, setTransactionStatusDetails, setType, setVersionIDgetComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String PAYEREMAIL
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.public static final String PAYERID
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.public static final String ADJUSTEDAMOUNT
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.public static final String COUPONUSED
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.public static final String LOCKED
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.public static final String SELLERFEE
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.public static final String SUPPLEMENTARYSTATUS
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.public AlipayPaymentTransactionEntryModel()
public AlipayPaymentTransactionEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AlipayPaymentTransactionEntryModel(String _code)
_code - initial attribute declared by type PaymentTransactionEntry at extension payment@Deprecated public AlipayPaymentTransactionEntryModel(String _code, ItemModel _owner, String _versionID)
_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@Accessor(qualifier="adjustedAmount", type=GETTER) public Double getAdjustedAmount()
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="couponUsed", type=GETTER) public Boolean getCouponUsed()
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="locked", type=GETTER) public Boolean getLocked()
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="payerEmail", type=GETTER) public String getPayerEmail()
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="payerId", type=GETTER) public String getPayerId()
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="sellerFee", type=GETTER) public Double getSellerFee()
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="supplementaryStatus", type=GETTER) public String getSupplementaryStatus()
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="adjustedAmount", type=SETTER) public void setAdjustedAmount(Double value)
AlipayPaymentTransactionEntry.adjustedAmount attribute defined at extension chinesepspalipayservices.value - the adjustedAmount@Accessor(qualifier="couponUsed", type=SETTER) public void setCouponUsed(Boolean value)
AlipayPaymentTransactionEntry.couponUsed attribute defined at extension chinesepspalipayservices.value - the couponUsed@Accessor(qualifier="locked", type=SETTER) public void setLocked(Boolean value)
AlipayPaymentTransactionEntry.locked attribute defined at extension chinesepspalipayservices.value - the locked@Accessor(qualifier="payerEmail", type=SETTER) public void setPayerEmail(String value)
AlipayPaymentTransactionEntry.payerEmail attribute defined at extension chinesepspalipayservices.value - the payerEmail@Accessor(qualifier="payerId", type=SETTER) public void setPayerId(String value)
AlipayPaymentTransactionEntry.payerId attribute defined at extension chinesepspalipayservices.value - the payerId@Accessor(qualifier="sellerFee", type=SETTER) public void setSellerFee(Double value)
AlipayPaymentTransactionEntry.sellerFee attribute defined at extension chinesepspalipayservices.value - the sellerFee@Accessor(qualifier="supplementaryStatus", type=SETTER) public void setSupplementaryStatus(String value)
AlipayPaymentTransactionEntry.supplementaryStatus attribute defined at extension chinesepspalipayservices.value - the supplementaryStatusCopyright © 2017 SAP SE. All Rights Reserved.