public class PaymentContext extends Object
| Constructor and Description |
|---|
PaymentContext() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoney()
Object containing amount and ISO currency code attributes
|
String |
getCountryCode()
The country the payment takes place in
|
Boolean |
getIsRecurring()
True if the payment is recurring
|
void |
setAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
void |
setCountryCode(String value)
The country the payment takes place in
|
void |
setIsRecurring(Boolean value)
True if the payment is recurring
|
PaymentContext |
withAmountOfMoney(AmountOfMoney value)
Object containing amount and ISO currency code attributes
|
PaymentContext |
withCountryCode(String value)
The country the payment takes place in
|
PaymentContext |
withIsRecurring(Boolean value)
True if the payment is recurring
|
public AmountOfMoney getAmountOfMoney()
public void setAmountOfMoney(AmountOfMoney value)
public PaymentContext withAmountOfMoney(AmountOfMoney value)
public String getCountryCode()
public void setCountryCode(String value)
public PaymentContext withCountryCode(String value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public PaymentContext withIsRecurring(Boolean value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.