public class PaymentContext extends Object
Constructor and Description |
---|
PaymentContext() |
Modifier and Type | Method and Description |
---|---|
AmountOfMoney |
getAmountOfMoney()
The payment amount
|
String |
getCountryCode()
The country the payment takes place in
|
Boolean |
getIsInstallments()
True if the payment is to be paid in multiple installments (numberOfInstallments > 1 for the payment).
|
Boolean |
getIsRecurring()
True if the payment is recurring
|
void |
setAmountOfMoney(AmountOfMoney value)
The payment amount
|
void |
setCountryCode(String value)
The country the payment takes place in
|
void |
setIsInstallments(Boolean value)
True if the payment is to be paid in multiple installments (numberOfInstallments > 1 for the payment).
|
void |
setIsRecurring(Boolean value)
True if the payment is recurring
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public String getCountryCode()
public void setCountryCode(String value)
public Boolean getIsInstallments()
public void setIsInstallments(Boolean value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
Copyright © 2024 Worldline Global Collect. All rights reserved.