public class AlipayPaymentTransactionModel extends PaymentTransactionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ALIPAYCODE
Generated constant - Attribute key of
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices. |
static java.lang.String |
PAYMENTURL
Generated constant - Attribute key of
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices. |
static java.lang.String |
PAYMETHOD
Generated constant - Attribute key of
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices. |
static java.lang.String |
TRANSACTIONINITIATEDATE
Generated constant - Attribute key of
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices. |
_ORDER2PAYMENTTRANSACTION, CODE, CURRENCY, ENTRIES, INFO, ORDER, PAYMENTPROVIDER, PLANNEDAMOUNT, REQUESTID, REQUESTTOKEN, TRANSACTIONTARGET, VERSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AlipayPaymentTransactionModel()
Generated constructor - Default constructor for generic creation.
|
AlipayPaymentTransactionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AlipayPaymentTransactionModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AlipayPaymentTransactionModel(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.String |
getAlipayCode()
Generated method - Getter of the
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices. |
java.lang.String |
getPaymentUrl()
Generated method - Getter of the
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices. |
AlipayPayMethod |
getPayMethod()
Generated method - Getter of the
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices. |
java.util.Date |
getTransactionInitiateDate()
Generated method - Getter of the
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices. |
void |
setAlipayCode(java.lang.String value)
Generated method - Setter of
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices. |
void |
setPaymentUrl(java.lang.String value)
Generated method - Setter of
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices. |
void |
setPayMethod(AlipayPayMethod value)
Generated method - Setter of
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices. |
void |
setTransactionInitiateDate(java.util.Date value)
Generated method - Setter of
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices. |
getCode, getCurrency, getEntries, getInfo, getOrder, getPaymentProvider, getPlannedAmount, getRequestId, getRequestToken, getTransactionTarget, getVersionID, setCode, setCurrency, setEntries, setInfo, setOrder, setPaymentProvider, setPlannedAmount, setRequestId, setRequestToken, setTransactionTarget, 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 PAYMENTURL
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.public static final java.lang.String ALIPAYCODE
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.public static final java.lang.String PAYMETHOD
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.public static final java.lang.String TRANSACTIONINITIATEDATE
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.public AlipayPaymentTransactionModel()
public AlipayPaymentTransactionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AlipayPaymentTransactionModel(java.lang.String _code)
_code - initial attribute declared by type PaymentTransaction at extension payment@Deprecated
public AlipayPaymentTransactionModel(java.lang.String _code,
ItemModel _owner,
java.lang.String _versionID)
_code - initial attribute declared by type PaymentTransaction at extension payment_owner - initial attribute declared by type Item at extension core_versionID - initial attribute declared by type PaymentTransaction at extension payment@Accessor(qualifier="alipayCode", type=GETTER) public java.lang.String getAlipayCode()
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="paymentUrl", type=GETTER) public java.lang.String getPaymentUrl()
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="payMethod", type=GETTER) public AlipayPayMethod getPayMethod()
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="transactionInitiateDate", type=GETTER) public java.util.Date getTransactionInitiateDate()
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.@Accessor(qualifier="alipayCode", type=SETTER) public void setAlipayCode(java.lang.String value)
AlipayPaymentTransaction.alipayCode attribute defined at extension chinesepspalipayservices.value - the alipayCode@Accessor(qualifier="paymentUrl", type=SETTER) public void setPaymentUrl(java.lang.String value)
AlipayPaymentTransaction.paymentUrl attribute defined at extension chinesepspalipayservices.value - the paymentUrl@Accessor(qualifier="payMethod", type=SETTER) public void setPayMethod(AlipayPayMethod value)
AlipayPaymentTransaction.payMethod attribute defined at extension chinesepspalipayservices.value - the payMethod@Accessor(qualifier="transactionInitiateDate", type=SETTER) public void setTransactionInitiateDate(java.util.Date value)
AlipayPaymentTransaction.transactionInitiateDate attribute defined at extension chinesepspalipayservices.value - the transactionInitiateDate - Attribute to store the date for initiating the call to the Alipay transaction.Copyright © 2018 SAP SE. All Rights Reserved.