PlatformTransferSummaryExternalPayment

@Serializable
@SerialName(value = "EXTERNAL")
data class PlatformTransferSummaryExternalPayment(val id: String, val currency: Currency, val orderName: String? = null, val methodType: PaymentMethodType? = null) : PlatformTransferSummaryPayment

Constructors

Link copied to clipboard
constructor(id: String, currency: Currency, orderName: String? = null, methodType: PaymentMethodType? = null)

Properties

Link copied to clipboard
open override val currency: Currency
Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val methodType: PaymentMethodType? = null
Link copied to clipboard
val orderName: String? = null