public class PaymentParameters extends AbstractRealTimeDto implements Serializable
Java class for paymentParameters complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentParameters.PaymentParametersMap
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Long |
contactId |
protected String |
contactNumber |
protected boolean |
creditCreditNotePayment |
protected boolean |
creditWaitingAccountPayment |
protected List<Long> |
operationIds |
protected Long |
orderId |
protected PaymentParameters.PaymentParametersMap |
paymentParametersMap |
protected Long |
pointOfSalesId |
protected String |
remark |
protected Long |
totalAmount |
| Constructor and Description |
|---|
PaymentParameters() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getContactId()
Gets the value of the contactId property.
|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
List<Long> |
getOperationIds()
Gets the value of the operationIds property.
|
Long |
getOrderId()
Gets the value of the orderId property.
|
PaymentParameters.PaymentParametersMap |
getPaymentParametersMap()
Gets the value of the paymentParametersMap property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
String |
getRemark()
Gets the value of the remark property.
|
Long |
getTotalAmount()
Gets the value of the totalAmount property.
|
boolean |
isCreditCreditNotePayment()
Gets the value of the creditCreditNotePayment property.
|
boolean |
isCreditWaitingAccountPayment()
Gets the value of the creditWaitingAccountPayment property.
|
void |
setContactId(Long value)
Sets the value of the contactId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setCreditCreditNotePayment(boolean value)
Sets the value of the creditCreditNotePayment property.
|
void |
setCreditWaitingAccountPayment(boolean value)
Sets the value of the creditWaitingAccountPayment property.
|
void |
setOrderId(Long value)
Sets the value of the orderId property.
|
void |
setPaymentParametersMap(PaymentParameters.PaymentParametersMap value)
Sets the value of the paymentParametersMap property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRemark(String value)
Sets the value of the remark property.
|
void |
setTotalAmount(Long value)
Sets the value of the totalAmount property.
|
protected Long contactId
protected String contactNumber
protected boolean creditCreditNotePayment
protected boolean creditWaitingAccountPayment
protected Long orderId
protected PaymentParameters.PaymentParametersMap paymentParametersMap
protected Long pointOfSalesId
protected String remark
protected Long totalAmount
public Long getContactId()
Longpublic void setContactId(Long value)
value - allowed object is
Longpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic boolean isCreditCreditNotePayment()
public void setCreditCreditNotePayment(boolean value)
public boolean isCreditWaitingAccountPayment()
public void setCreditWaitingAccountPayment(boolean value)
public List<Long> getOperationIds()
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 operationIds property.
For example, to add a new item, do as follows:
getOperationIds().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public Long getOrderId()
Longpublic void setOrderId(Long value)
value - allowed object is
Longpublic PaymentParameters.PaymentParametersMap getPaymentParametersMap()
PaymentParameters.PaymentParametersMappublic void setPaymentParametersMap(PaymentParameters.PaymentParametersMap value)
value - allowed object is
PaymentParameters.PaymentParametersMappublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic String getRemark()
Stringpublic void setRemark(String value)
value - allowed object is
Stringpublic Long getTotalAmount()
LongCopyright © 2021. All rights reserved.