PlatformTransferSummaryPortOnePayment

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

Constructors

Link copied to clipboard
constructor(id: String, orderName: String, 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