New

class New(val paymentDetails: ConsumerPaymentDetails.PaymentDetails, val paymentMethodCreateParams: PaymentMethodCreateParams, val originalParams: PaymentMethodCreateParams) : LinkPaymentDetails

A new ConsumerPaymentDetails.PaymentDetails, whose data was just collected from the user. Must hold the original PaymentMethodCreateParams too in case we need to populate the form fields with the user-entered values.

Constructors

Link copied to clipboard
constructor(paymentDetails: ConsumerPaymentDetails.PaymentDetails, paymentMethodCreateParams: PaymentMethodCreateParams, originalParams: PaymentMethodCreateParams)

Properties

Functions

Link copied to clipboard

Build a flat map of the values entered by the user when creating this payment method, in a format that can be used to set the initial values in the FormController.

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