PaymentMethodsApiResponse

data class PaymentMethodsApiResponse(var storedPaymentMethods: List<StoredPaymentMethod>? = null, var paymentMethods: List<PaymentMethod>? = null) : ModelObject

Object that parses and holds the response data from the /paymentMethods endpoint. Use PaymentMethodsApiResponse.SERIALIZER to deserialize this class from your JSON response.

Constructors

Link copied to clipboard
constructor(storedPaymentMethods: List<StoredPaymentMethod>? = null, paymentMethods: List<PaymentMethod>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)