Fragment

@Serializable
@SerialName(value = "fragment")
data class Fragment(val withdrawalState: RevenueWithdrawalState? = null) : TransactionPartner

Constructors

Link copied to clipboard
constructor(withdrawalState: RevenueWithdrawalState? = null)

Properties

Link copied to clipboard
Link copied to clipboard