public class AlipayPaymentTransactionModel extends PaymentTransactionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ERRORSTATUS
Generated constant - Attribute key of
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay. |
static String |
ERRORSTATUSTIMESTAMP
Generated constant - Attribute key of
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay. |
static String |
LATESTREFUNDSTATUS
Generated constant - Attribute key of
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay. |
static String |
LATESTTRADESTATUS
Generated constant - Attribute key of
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay. |
static String |
LATESTTRANSACTIONTYPE
Generated constant - Attribute key of
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay. |
static String |
REFUNDERRORSTATUS
Generated constant - Attribute key of
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay. |
static String |
REFUNDERRORTIMESTAMP
Generated constant - Attribute key of
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay. |
static String |
TRADEALIPAYNO
Generated constant - Attribute key of
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay. |
static String |
URL
Generated constant - Attribute key of
AlipayPaymentTransaction.url attribute defined at extension alipay. |
_ORDER2PAYMENTTRANSACTION, CODE, CURRENCY, ENTRIES, INFO, ORDER, PAYMENTPROVIDER, PLANNEDAMOUNT, REQUESTID, REQUESTTOKEN, VERSIONID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AlipayPaymentTransactionModel(String _code,
ItemModel _owner,
String _versionID)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorStatus()
Generated method - Getter of the
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay. |
String |
getErrorStatusTimestamp()
Generated method - Getter of the
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay. |
String |
getLatestRefundStatus()
Generated method - Getter of the
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay. |
String |
getLatestTradeStatus()
Generated method - Getter of the
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay. |
String |
getLatestTransactionType()
Generated method - Getter of the
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay. |
String |
getRefundErrorStatus()
Generated method - Getter of the
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay. |
String |
getRefundErrorTimestamp()
Generated method - Getter of the
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay. |
String |
getTradeAlipayNo()
Generated method - Getter of the
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay. |
String |
getUrl()
Generated method - Getter of the
AlipayPaymentTransaction.url attribute defined at extension alipay. |
void |
setErrorStatus(String value)
Generated method - Setter of
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay. |
void |
setErrorStatusTimestamp(String value)
Generated method - Setter of
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay. |
void |
setLatestRefundStatus(String value)
Generated method - Setter of
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay. |
void |
setLatestTradeStatus(String value)
Generated method - Setter of
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay. |
void |
setLatestTransactionType(String value)
Generated method - Setter of
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay. |
void |
setRefundErrorStatus(String value)
Generated method - Setter of
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay. |
void |
setRefundErrorTimestamp(String value)
Generated method - Setter of
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay. |
void |
setTradeAlipayNo(String value)
Generated method - Setter of
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay. |
void |
setUrl(String value)
Generated method - Setter of
AlipayPaymentTransaction.url attribute defined at extension alipay. |
getCode, getCurrency, getEntries, getInfo, getOrder, getPaymentProvider, getPlannedAmount, getRequestId, getRequestToken, getVersionID, setCode, setCurrency, setEntries, setInfo, setOrder, setPaymentProvider, setPlannedAmount, setRequestId, setRequestToken, 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 URL
AlipayPaymentTransaction.url attribute defined at extension alipay.public static final String LATESTTRANSACTIONTYPE
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay.public static final String LATESTTRADESTATUS
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay.public static final String LATESTREFUNDSTATUS
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay.public static final String ERRORSTATUS
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay.public static final String ERRORSTATUSTIMESTAMP
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay.public static final String REFUNDERRORSTATUS
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay.public static final String REFUNDERRORTIMESTAMP
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay.public static final String TRADEALIPAYNO
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay.public AlipayPaymentTransactionModel()
public AlipayPaymentTransactionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public AlipayPaymentTransactionModel(String _code)
_code - initial attribute declared by type PaymentTransaction at extension payment@Deprecated public AlipayPaymentTransactionModel(String _code, ItemModel _owner, 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="errorStatus", type=GETTER) public String getErrorStatus()
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay.@Accessor(qualifier="errorStatusTimestamp", type=GETTER) public String getErrorStatusTimestamp()
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay.@Accessor(qualifier="latestRefundStatus", type=GETTER) public String getLatestRefundStatus()
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay.@Accessor(qualifier="latestTradeStatus", type=GETTER) public String getLatestTradeStatus()
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay.@Accessor(qualifier="latestTransactionType", type=GETTER) public String getLatestTransactionType()
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay.@Accessor(qualifier="refundErrorStatus", type=GETTER) public String getRefundErrorStatus()
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay.@Accessor(qualifier="refundErrorTimestamp", type=GETTER) public String getRefundErrorTimestamp()
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay.@Accessor(qualifier="tradeAlipayNo", type=GETTER) public String getTradeAlipayNo()
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay.@Accessor(qualifier="url", type=GETTER) public String getUrl()
AlipayPaymentTransaction.url attribute defined at extension alipay.@Accessor(qualifier="errorStatus", type=SETTER) public void setErrorStatus(String value)
AlipayPaymentTransaction.errorStatus attribute defined at extension alipay.value - the errorStatus@Accessor(qualifier="errorStatusTimestamp", type=SETTER) public void setErrorStatusTimestamp(String value)
AlipayPaymentTransaction.errorStatusTimestamp attribute defined at extension alipay.value - the errorStatusTimestamp@Accessor(qualifier="latestRefundStatus", type=SETTER) public void setLatestRefundStatus(String value)
AlipayPaymentTransaction.latestRefundStatus attribute defined at extension alipay.value - the latestRefundStatus@Accessor(qualifier="latestTradeStatus", type=SETTER) public void setLatestTradeStatus(String value)
AlipayPaymentTransaction.latestTradeStatus attribute defined at extension alipay.value - the latestTradeStatus@Accessor(qualifier="latestTransactionType", type=SETTER) public void setLatestTransactionType(String value)
AlipayPaymentTransaction.latestTransactionType attribute defined at extension alipay.value - the latestTransactionType@Accessor(qualifier="refundErrorStatus", type=SETTER) public void setRefundErrorStatus(String value)
AlipayPaymentTransaction.refundErrorStatus attribute defined at extension alipay.value - the refundErrorStatus@Accessor(qualifier="refundErrorTimestamp", type=SETTER) public void setRefundErrorTimestamp(String value)
AlipayPaymentTransaction.refundErrorTimestamp attribute defined at extension alipay.value - the refundErrorTimestamp@Accessor(qualifier="tradeAlipayNo", type=SETTER) public void setTradeAlipayNo(String value)
AlipayPaymentTransaction.tradeAlipayNo attribute defined at extension alipay.value - the tradeAlipayNoCopyright © 2000-2016 SAP SE. All Rights Reserved.