UserAccountDetails
data class UserAccountDetails( val history: UserAccountHistory, val paymentAccounts: UserAccountPaymentAccounts, val info: UserAccountInfo, val subscriptions: UserAccountSubscriptions)
Content copied to clipboard
Constructors
Link copied to clipboard
fun UserAccountDetails( history: UserAccountHistory, paymentAccounts: UserAccountPaymentAccounts, info: UserAccountInfo, subscriptions: UserAccountSubscriptions)
Content copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "payment_accounts")
Content copied to clipboard