Capture Payment Params
data class CapturePaymentParams(val forageVaultElement: ForageVaultElement<ElementState>, val paymentRef: String)
A model that represents the parameters that Forage requires to capture a payment. CapturePaymentParams are passed to the capturePayment method.
Properties
Link copied to clipboard
A reference to a ForageVaultElement instance (either a ForagePINEditText or a ForagePinPad).
Link copied to clipboard
A unique string identifier for a previously created Payment
in Forage's database, returned by the Create a Payment
endpoint.