Payment Details
sealed class PaymentDetails(val currencyCode: String, val min: String? = null, val max: String? = null, val methods: List<PaymentMethod>)
A data class representing the structure and common functionality available on PayinDetails and PayoutDetails.
Inheritors
Constructors
Link copied to clipboard
protected constructor(currencyCode: String, min: String? = null, max: String? = null, methods: List<PaymentMethod>)