UserAccountDetails

data class UserAccountDetails(    val history: UserAccountHistory,     val paymentAccounts: UserAccountPaymentAccounts,     val info: UserAccountInfo,     val subscriptions: UserAccountSubscriptions)

Constructors

Link copied to clipboard
fun UserAccountDetails(    history: UserAccountHistory,     paymentAccounts: UserAccountPaymentAccounts,     info: UserAccountInfo,     subscriptions: UserAccountSubscriptions)

Properties

Link copied to clipboard
val history: UserAccountHistory
Link copied to clipboard
val info: UserAccountInfo
Link copied to clipboard
@SerializedName(value = "payment_accounts")
val paymentAccounts: UserAccountPaymentAccounts
Link copied to clipboard
val subscriptions: UserAccountSubscriptions

Sources

Link copied to clipboard