Class PaymentDetails

  • All Implemented Interfaces:

    
    public class PaymentDetails
    
                        

    A data class representing the structure and common functionality available on PayinDetails and PayoutDetails.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getCurrencyCode() ISO 3166 currency code string.
      final String getMin() Minimum amount of currency that the offer is valid for.
      final String getMax() Minimum amount of currency that the offer is valid for.
      final List<PaymentMethod> getMethods() A list of payment methods to select from.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait