Class PaymentContext

java.lang.Object
com.onlinepayments.domain.PaymentContext

public class PaymentContext extends Object
  • Constructor Details

    • PaymentContext

      public PaymentContext()
  • Method Details

    • getAmountOfMoney

      public AmountOfMoney getAmountOfMoney()
      Object containing amount and ISO currency code attributes
    • setAmountOfMoney

      public void setAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • withAmountOfMoney

      public PaymentContext withAmountOfMoney(AmountOfMoney value)
      Object containing amount and ISO currency code attributes
    • getCountryCode

      public String getCountryCode()
      The country the payment takes place in
    • setCountryCode

      public void setCountryCode(String value)
      The country the payment takes place in
    • withCountryCode

      public PaymentContext withCountryCode(String value)
      The country the payment takes place in
    • getIsRecurring

      public Boolean getIsRecurring()
      True if the payment is recurring
    • setIsRecurring

      public void setIsRecurring(Boolean value)
      True if the payment is recurring
    • withIsRecurring

      public PaymentContext withIsRecurring(Boolean value)
      True if the payment is recurring