Package tbdex.sdk.resources
Class PayinMethod
-
- All Implemented Interfaces:
public final class PayinMethodRepresents a method for making a payin in an Offering.
-
-
Method Summary
Modifier and Type Method Description final StringgetKind()The kind of payment method. final StringgetName()Optional name of the payment method. final StringgetDescription()Optional description of the payment method. final StringgetGroup()Optional group categorization for the payment method. final Map<String, Object>getRequiredPaymentDetails()Optional JSON schema specifying required payment details. final StringgetFee()Optional fee associated with the payment method. final StringgetMin()Optional minimum amount for using the payment method. final StringgetMax()Optional maximum amount for using the payment method. -
-
Method Detail
-
getDescription
final String getDescription()
Optional description of the payment method.
-
getRequiredPaymentDetails
final Map<String, Object> getRequiredPaymentDetails()
Optional JSON schema specifying required payment details.
-
-
-
-