PlatformTransferSummaryExternalPayment

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

Constructors

Link copied to clipboard
constructor(id: String, orderName: String? = null, currency: Currency, 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
open override val orderName: String? = null