Package tbdex.sdk.messages
Class SelectedPayoutMethod
-
- All Implemented Interfaces:
public final class SelectedPayoutMethodRepresents the selected payout method for an RFQ.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkindprivate final StringpaymentDetailsHash
-
Constructor Summary
Constructors Constructor Description SelectedPayoutMethod(String kind, String paymentDetailsHash)
-
Method Summary
Modifier and Type Method Description final StringgetKind()The kind of the payout method. final StringgetPaymentDetailsHash()The hash of the payout details.
-