Class SubsequentPaymentProduct5001SpecificInput

java.lang.Object
com.onlinepayments.domain.SubsequentPaymentProduct5001SpecificInput

public class SubsequentPaymentProduct5001SpecificInput extends Object
  • Constructor Details

    • SubsequentPaymentProduct5001SpecificInput

      public SubsequentPaymentProduct5001SpecificInput()
  • Method Details

    • getSubsequentType

      public String getSubsequentType()
      Determines the type of the subsequent that will be used. Allowed values:
      • recurring - Transactions processed at fixed, regular intervals not to exceed one year between Transactions, representing an agreement between a consumer and a merchant to purchase goods or services provided over a period of time. Note that a recurring MIT transaction is initiated by the merchant (payee) not the customer (payer) and so is out of scope of PSD2. Recurring transactions that are in scope of PSD2 (and therefore may benefit from the recurring transaction exemption) are those that are customer (payer) initiates, e.g. standing orders set up from a bank account.
      • installment - Installment payments describe a single purchase of goods or services billed to a consumer in multiple transactions over a period of time agreed by the consumer and merchant.
      • other - other cases
    • setSubsequentType

      public void setSubsequentType(String value)
      Determines the type of the subsequent that will be used. Allowed values:
      • recurring - Transactions processed at fixed, regular intervals not to exceed one year between Transactions, representing an agreement between a consumer and a merchant to purchase goods or services provided over a period of time. Note that a recurring MIT transaction is initiated by the merchant (payee) not the customer (payer) and so is out of scope of PSD2. Recurring transactions that are in scope of PSD2 (and therefore may benefit from the recurring transaction exemption) are those that are customer (payer) initiates, e.g. standing orders set up from a bank account.
      • installment - Installment payments describe a single purchase of goods or services billed to a consumer in multiple transactions over a period of time agreed by the consumer and merchant.
      • other - other cases
    • withSubsequentType

      public SubsequentPaymentProduct5001SpecificInput withSubsequentType(String value)
      Determines the type of the subsequent that will be used. Allowed values:
      • recurring - Transactions processed at fixed, regular intervals not to exceed one year between Transactions, representing an agreement between a consumer and a merchant to purchase goods or services provided over a period of time. Note that a recurring MIT transaction is initiated by the merchant (payee) not the customer (payer) and so is out of scope of PSD2. Recurring transactions that are in scope of PSD2 (and therefore may benefit from the recurring transaction exemption) are those that are customer (payer) initiates, e.g. standing orders set up from a bank account.
      • installment - Installment payments describe a single purchase of goods or services billed to a consumer in multiple transactions over a period of time agreed by the consumer and merchant.
      • other - other cases