public class PaymentMethod extends AbstractRealTimeDto implements Serializable
Java class for paymentMethod complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
changeReturnAllowed |
protected String |
code |
protected ExternalName |
externalName |
protected Boolean |
forPayment |
protected Boolean |
forReimbursement |
protected Long |
id |
protected Boolean |
immediateFollowupPayment |
protected Boolean |
inSplitPaymentAllowed |
protected String |
internetCode |
protected Boolean |
manualValidation |
protected Long |
maxOrderAmount |
protected Long |
minOrderAmount |
protected PaymentTypeEnum |
paymentType |
protected Boolean |
tooMuchPerceivedAllowed |
protected Boolean |
withFollowUp |
| Constructor and Description |
|---|
PaymentMethod() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
ExternalName |
getExternalName()
Gets the value of the externalName property.
|
Long |
getId()
Gets the value of the id property.
|
String |
getInternetCode()
Gets the value of the internetCode property.
|
Long |
getMaxOrderAmount()
Gets the value of the maxOrderAmount property.
|
Long |
getMinOrderAmount()
Gets the value of the minOrderAmount property.
|
PaymentTypeEnum |
getPaymentType()
Gets the value of the paymentType property.
|
Boolean |
isChangeReturnAllowed()
Gets the value of the changeReturnAllowed property.
|
Boolean |
isForPayment()
Gets the value of the forPayment property.
|
Boolean |
isForReimbursement()
Gets the value of the forReimbursement property.
|
Boolean |
isImmediateFollowupPayment()
Gets the value of the immediateFollowupPayment property.
|
Boolean |
isInSplitPaymentAllowed()
Gets the value of the inSplitPaymentAllowed property.
|
Boolean |
isManualValidation()
Gets the value of the manualValidation property.
|
Boolean |
isTooMuchPerceivedAllowed()
Gets the value of the tooMuchPerceivedAllowed property.
|
Boolean |
isWithFollowUp()
Gets the value of the withFollowUp property.
|
void |
setChangeReturnAllowed(Boolean value)
Sets the value of the changeReturnAllowed property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setExternalName(ExternalName value)
Sets the value of the externalName property.
|
void |
setForPayment(Boolean value)
Sets the value of the forPayment property.
|
void |
setForReimbursement(Boolean value)
Sets the value of the forReimbursement property.
|
void |
setId(Long value)
Sets the value of the id property.
|
void |
setImmediateFollowupPayment(Boolean value)
Sets the value of the immediateFollowupPayment property.
|
void |
setInSplitPaymentAllowed(Boolean value)
Sets the value of the inSplitPaymentAllowed property.
|
void |
setInternetCode(String value)
Sets the value of the internetCode property.
|
void |
setManualValidation(Boolean value)
Sets the value of the manualValidation property.
|
void |
setMaxOrderAmount(Long value)
Sets the value of the maxOrderAmount property.
|
void |
setMinOrderAmount(Long value)
Sets the value of the minOrderAmount property.
|
void |
setPaymentType(PaymentTypeEnum value)
Sets the value of the paymentType property.
|
void |
setTooMuchPerceivedAllowed(Boolean value)
Sets the value of the tooMuchPerceivedAllowed property.
|
void |
setWithFollowUp(Boolean value)
Sets the value of the withFollowUp property.
|
protected Boolean changeReturnAllowed
protected String code
protected ExternalName externalName
protected Boolean forPayment
protected Boolean forReimbursement
protected Long id
protected Boolean immediateFollowupPayment
protected Boolean inSplitPaymentAllowed
protected String internetCode
protected Boolean manualValidation
protected Long maxOrderAmount
protected Long minOrderAmount
protected PaymentTypeEnum paymentType
protected Boolean tooMuchPerceivedAllowed
protected Boolean withFollowUp
public Boolean isChangeReturnAllowed()
Booleanpublic void setChangeReturnAllowed(Boolean value)
value - allowed object is
Booleanpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic ExternalName getExternalName()
ExternalNamepublic void setExternalName(ExternalName value)
value - allowed object is
ExternalNamepublic Boolean isForPayment()
Booleanpublic void setForPayment(Boolean value)
value - allowed object is
Booleanpublic Boolean isForReimbursement()
Booleanpublic void setForReimbursement(Boolean value)
value - allowed object is
Booleanpublic void setId(Long value)
value - allowed object is
Longpublic Boolean isImmediateFollowupPayment()
Booleanpublic void setImmediateFollowupPayment(Boolean value)
value - allowed object is
Booleanpublic Boolean isInSplitPaymentAllowed()
Booleanpublic void setInSplitPaymentAllowed(Boolean value)
value - allowed object is
Booleanpublic String getInternetCode()
Stringpublic void setInternetCode(String value)
value - allowed object is
Stringpublic Boolean isManualValidation()
Booleanpublic void setManualValidation(Boolean value)
value - allowed object is
Booleanpublic Long getMaxOrderAmount()
Longpublic void setMaxOrderAmount(Long value)
value - allowed object is
Longpublic Long getMinOrderAmount()
Longpublic void setMinOrderAmount(Long value)
value - allowed object is
Longpublic PaymentTypeEnum getPaymentType()
PaymentTypeEnumpublic void setPaymentType(PaymentTypeEnum value)
value - allowed object is
PaymentTypeEnumpublic Boolean isTooMuchPerceivedAllowed()
Booleanpublic void setTooMuchPerceivedAllowed(Boolean value)
value - allowed object is
Booleanpublic Boolean isWithFollowUp()
BooleanCopyright © 2021. All rights reserved.