Class PayoutDetails

  • All Implemented Interfaces:

    
    public final class PayoutDetails
    
                        

    Represents the details of the payout for an Offering.

    • 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
      final String getCurrencyCode() The ISO 4217 currency code for the payout.
      final String getMin() Optional minimum payout amount.
      final String getMax() Optional maximum payout amount.
      final List<PayoutMethod> getMethods() A list of available methods for receiving the payout.
      • Methods inherited from class java.lang.Object

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