Package tbdex.sdk.protocol.models
Class PayoutMethod
-
- All Implemented Interfaces:
public final class PayoutMethod extends PaymentMethod
A data class containing information pertaining to payout method.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerestimatedSettlementTimeprivate final Stringkindprivate final Stringnameprivate final Stringdescriptionprivate final Stringgroupprivate final JsonNoderequiredPaymentDetailsprivate final Stringfeeprivate final Stringminprivate final Stringmax
-
Method Summary
Modifier and Type Method Description final IntegergetEstimatedSettlementTime()Estimated time taken to settle an order. -
Methods inherited from class tbdex.sdk.protocol.models.PaymentMethod
getDescription, getFee, getGroup, getKind, getMax, getMin, getName, getRequiredPaymentDetails, getRequiredPaymentDetailsSchema -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getEstimatedSettlementTime
final Integer getEstimatedSettlementTime()
Estimated time taken to settle an order. Expressed in seconds.
-
-
-
-