public class WeChatPayPaymentTransactionEntryModel extends PaymentTransactionEntryModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COUPONFEE
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
static java.lang.String |
OPENID
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
static java.lang.String |
SETTLEMENTTOTALFEE
Generated constant - Attribute key of
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
_CONSIGNMENT2PAYMENTTRANSACTIONENTRYRELATION, _PAYMENTTRANSACTION2PAYMENTTRANSACTIONENTRY, AMOUNT, AUTHBYACQUIRER, AUTHBYDIGITALPAYTSRVC, AUTHBYPAYTSRVCPRVDR, AUTHSTATUS, AUTHSTATUSNAME, CODE, CONSIGNMENT, CURRENCY, PAYMENTTRANSACTION, REQUESTID, REQUESTTOKEN, SUBSCRIPTIONID, TIME, TRANSACTIONSTATUS, TRANSACTIONSTATUSDETAILS, TYPE, VERSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WeChatPayPaymentTransactionEntryModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _versionID)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getCouponFee()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
java.lang.String |
getOpenId()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
java.lang.Double |
getSettlementTotalFee()
Generated method - Getter of the
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
void |
setCouponFee(java.lang.Double value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices. |
void |
setOpenId(java.lang.String value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices. |
void |
setSettlementTotalFee(java.lang.Double value)
Generated method - Setter of
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices. |
getAmount, getAuthByAcquirer, getAuthByDigitalPaytSrvc, getAuthByPaytSrvcPrvdr, getAuthStatus, getAuthStatusName, getCode, getConsignment, getCurrency, getPaymentTransaction, getRequestId, getRequestToken, getSubscriptionID, getTime, getTransactionStatus, getTransactionStatusDetails, getType, getVersionID, setAmount, setAuthByAcquirer, setAuthByDigitalPaytSrvc, setAuthByPaytSrvcPrvdr, setAuthStatus, setAuthStatusName, setCode, setConsignment, setCurrency, setPaymentTransaction, setRequestId, setRequestToken, setSubscriptionID, setTime, setTransactionStatus, setTransactionStatusDetails, setType, setVersionIDgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String OPENID
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.public static final java.lang.String SETTLEMENTTOTALFEE
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.public static final java.lang.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(java.lang.String _code)
_code - initial attribute declared by type PaymentTransactionEntry at extension payment@Deprecated
public WeChatPayPaymentTransactionEntryModel(java.lang.String _code,
ItemModel _owner,
java.lang.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 java.lang.Double getCouponFee()
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="openId", type=GETTER) public java.lang.String getOpenId()
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="settlementTotalFee", type=GETTER) public java.lang.Double getSettlementTotalFee()
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.@Accessor(qualifier="couponFee", type=SETTER) public void setCouponFee(java.lang.Double value)
WeChatPayPaymentTransactionEntry.couponFee attribute defined at extension chinesepspwechatpayservices.value - the couponFee@Accessor(qualifier="openId", type=SETTER) public void setOpenId(java.lang.String value)
WeChatPayPaymentTransactionEntry.openId attribute defined at extension chinesepspwechatpayservices.value - the openId@Accessor(qualifier="settlementTotalFee", type=SETTER) public void setSettlementTotalFee(java.lang.Double value)
WeChatPayPaymentTransactionEntry.settlementTotalFee attribute defined at extension chinesepspwechatpayservices.value - the settlementTotalFeeCopyright © 2018 SAP SE. All Rights Reserved.