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()
Boolean
public void setChangeReturnAllowed(Boolean value)
value
- allowed object is
Boolean
public String getCode()
String
public void setCode(String value)
value
- allowed object is
String
public ExternalName getExternalName()
ExternalName
public void setExternalName(ExternalName value)
value
- allowed object is
ExternalName
public Boolean isForPayment()
Boolean
public void setForPayment(Boolean value)
value
- allowed object is
Boolean
public Boolean isForReimbursement()
Boolean
public void setForReimbursement(Boolean value)
value
- allowed object is
Boolean
public void setId(Long value)
value
- allowed object is
Long
public Boolean isImmediateFollowupPayment()
Boolean
public void setImmediateFollowupPayment(Boolean value)
value
- allowed object is
Boolean
public Boolean isInSplitPaymentAllowed()
Boolean
public void setInSplitPaymentAllowed(Boolean value)
value
- allowed object is
Boolean
public String getInternetCode()
String
public void setInternetCode(String value)
value
- allowed object is
String
public Boolean isManualValidation()
Boolean
public void setManualValidation(Boolean value)
value
- allowed object is
Boolean
public Long getMaxOrderAmount()
Long
public void setMaxOrderAmount(Long value)
value
- allowed object is
Long
public Long getMinOrderAmount()
Long
public void setMinOrderAmount(Long value)
value
- allowed object is
Long
public PaymentTypeEnum getPaymentType()
PaymentTypeEnum
public void setPaymentType(PaymentTypeEnum value)
value
- allowed object is
PaymentTypeEnum
public Boolean isTooMuchPerceivedAllowed()
Boolean
public void setTooMuchPerceivedAllowed(Boolean value)
value
- allowed object is
Boolean
public Boolean isWithFollowUp()
Boolean
Copyright © 2021. All rights reserved.