public class PaymentStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authorizationID |
protected java.util.List<Extrinsic> |
extrinsic |
protected java.lang.String |
isFailed |
protected java.lang.String |
orderID |
protected PCard |
pCard |
protected Shipping |
shipping |
protected Tax |
tax |
protected Total |
total |
protected java.lang.String |
transactionID |
protected java.lang.String |
transactionTimestamp |
protected java.lang.String |
type |
| Constructor and Description |
|---|
PaymentStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorizationID()
Gets the value of the authorizationID property.
|
java.util.List<Extrinsic> |
getExtrinsic()
Gets the value of the extrinsic property.
|
java.lang.String |
getIsFailed()
Gets the value of the isFailed property.
|
java.lang.String |
getOrderID()
Gets the value of the orderID property.
|
PCard |
getPCard()
Gets the value of the pCard property.
|
Shipping |
getShipping()
Gets the value of the shipping property.
|
Tax |
getTax()
Gets the value of the tax property.
|
Total |
getTotal()
Gets the value of the total property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
java.lang.String |
getTransactionTimestamp()
Gets the value of the transactionTimestamp property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAuthorizationID(java.lang.String value)
Sets the value of the authorizationID property.
|
void |
setIsFailed(java.lang.String value)
Sets the value of the isFailed property.
|
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property.
|
void |
setPCard(PCard value)
Sets the value of the pCard property.
|
void |
setShipping(Shipping value)
Sets the value of the shipping property.
|
void |
setTax(Tax value)
Sets the value of the tax property.
|
void |
setTotal(Total value)
Sets the value of the total property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
void |
setTransactionTimestamp(java.lang.String value)
Sets the value of the transactionTimestamp property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String orderID
protected java.lang.String transactionTimestamp
protected java.lang.String type
protected java.lang.String isFailed
protected java.lang.String transactionID
protected java.lang.String authorizationID
protected PCard pCard
protected Total total
protected Shipping shipping
protected Tax tax
protected java.util.List<Extrinsic> extrinsic
public java.lang.String getOrderID()
Stringpublic void setOrderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransactionTimestamp()
Stringpublic void setTransactionTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsFailed()
Stringpublic void setIsFailed(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTransactionID()
Stringpublic void setTransactionID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthorizationID()
Stringpublic void setAuthorizationID(java.lang.String value)
value - allowed object is
Stringpublic PCard getPCard()
PCardpublic void setPCard(PCard value)
value - allowed object is
PCardpublic Total getTotal()
Totalpublic void setTotal(Total value)
value - allowed object is
Totalpublic Shipping getShipping()
Shippingpublic void setShipping(Shipping value)
value - allowed object is
Shippingpublic void setTax(Tax value)
value - allowed object is
Taxpublic java.util.List<Extrinsic> getExtrinsic()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the extrinsic property.
For example, to add a new item, do as follows:
getExtrinsic().add(newItem);
Objects of the following type(s) are allowed in the list
Extrinsic
Copyright © 2018 SAP SE. All Rights Reserved.