Class SelectedPayoutMethod

  • All Implemented Interfaces:
    tbdex.sdk.protocol.models.Data , tbdex.sdk.protocol.models.MessageData

    
    public final class SelectedPayoutMethod
    extends SelectedPaymentMethod
                        

    A data class representing the payout method selected.

    • 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.SelectedPaymentMethod

        getKind, getPaymentDetailsHash, setPaymentDetailsHash
      • Methods inherited from class java.lang.Object

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

      • SelectedPayoutMethod

        SelectedPayoutMethod(String kind, String paymentDetailsHash)
    • Method Detail