Class PayinDetails

  • All Implemented Interfaces:

    
    public final class PayinDetails
    extends PaymentDetails
                        

    A data class containing information pertaining to payin.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class tbdex.sdk.protocol.models.PaymentDetails

        getCurrencyCode, getMax, getMethods, getMin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PayinDetails

        PayinDetails(String currencyCode, String min, String max, List<PayinMethod> methods)
        Parameters:
        currencyCode - ISO 3166 currency code string
        min - Minimum amount of currency that the offer is valid for
        max - Maximum amount of currency that the offer is valid for
        methods - A list of payin methods to select from
    • Method Detail