DeferPaymentRefundParams

data class DeferPaymentRefundParams(val forageVaultElement: ForageVaultElement<ElementState>, val paymentRef: String)

A model that represents the parameters that Forage requires to collect a card PIN and defer the refund of the payment to the server. DeferPaymentRefundParams are passed to the deferPaymentRefund method.

Constructors

Link copied to clipboard
constructor(forageVaultElement: ForageVaultElement<ElementState>, paymentRef: String)

Properties

Link copied to clipboard
Link copied to clipboard

A unique string identifier for a previously created Payment in Forage's database, returned by the Create a Payment endpoint.