public class GetPossiblePaymentMethods extends Object implements Serializable
Java class for getPossiblePaymentMethods complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
orderId |
protected Long |
pointOfSalesId |
protected Integer |
requestId |
| Constructor and Description |
|---|
GetPossiblePaymentMethods() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOrderId()
Gets the value of the orderId property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long orderId
protected Long pointOfSalesId
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic Long getPointOfSalesId()
LongCopyright © 2021. All rights reserved.