public class WeChatPayPaymentTransactionEntryModel extends PaymentTransactionEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COUPONFEE
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
static String |
OPENID
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
static String |
SETTLEMENTTOTALFEE
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
_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 |
|---|
WeChatPayPaymentTransactionEntryModel()
Generated constructor - Default constructor for generic creation.
|
WeChatPayPaymentTransactionEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WeChatPayPaymentTransactionEntryModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WeChatPayPaymentTransactionEntryModel(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 |
getCouponFee()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
String |
getOpenId()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
Double |
getSettlementTotalFee()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
void |
setCouponFee(Double value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
void |
setOpenId(String value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
void |
setSettlementTotalFee(Double value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
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 OPENID
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.public static final String SETTLEMENTTOTALFEE
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.public static final String COUPONFEE
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices.public WeChatPayPaymentTransactionEntryModel()
public WeChatPayPaymentTransactionEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WeChatPayPaymentTransactionEntryModel(String _code)
_code - initial attribute declared by type PaymentTransactionEntry at extension payment@Deprecated public WeChatPayPaymentTransactionEntryModel(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="couponFee", type=GETTER) public Double getCouponFee()
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="openId", type=GETTER) public String getOpenId()
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="settlementTotalFee", type=GETTER) public Double getSettlementTotalFee()
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="couponFee", type=SETTER) public void setCouponFee(Double value)
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices.value - the couponFee@Accessor(qualifier="openId", type=SETTER) public void setOpenId(String value)
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.value - the openId@Accessor(qualifier="settlementTotalFee", type=SETTER) public void setSettlementTotalFee(Double value)
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.value - the settlementTotalFeeCopyright © 2017 SAP SE. All Rights Reserved.