Package tbdex.sdk.resources
Class PayoutMethod
-
- All Implemented Interfaces:
public final class PayoutMethodRepresents a method for receiving a payout in an Offering.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringkindprivate final Stringnameprivate final Stringdescriptionprivate final Stringgroupprivate final Map<String, Object>requiredPaymentDetailsprivate final Stringfeeprivate final Stringminprivate final Stringmaxprivate final LongestimatedSettlementTime
-
Method Summary
Modifier and Type Method Description final StringgetKind()The kind of payout method. final StringgetName()Optional name of the payout method. final StringgetDescription()Optional description of the payout method. final StringgetGroup()Optional group categorization for the payout method. final Map<String, Object>getRequiredPaymentDetails()Optional JSON schema specifying required payment details. final StringgetFee()Optional fee associated with the payout method. final StringgetMin()Optional minimum amount for using the payout method. final StringgetMax()Optional maximum amount for using the payout method. final LonggetEstimatedSettlementTime()The estimated time (in seconds) for the payout to be settled. -
-
Method Detail
-
getDescription
final String getDescription()
Optional description of the payout method.
-
getRequiredPaymentDetails
final Map<String, Object> getRequiredPaymentDetails()
Optional JSON schema specifying required payment details.
-
getEstimatedSettlementTime
final Long getEstimatedSettlementTime()
The estimated time (in seconds) for the payout to be settled.
-
-
-
-