Builder

class Builder

Functions

Link copied to clipboard
fun build(): CardPresentParameters

Create the final instance of CardPresentParameters with the parameters that have been set in this builder.

Link copied to clipboard
fun setCaptureMethod(captureMethod: CardPresentCaptureMethod): <ERROR CLASS>

Set the capture method

Link copied to clipboard
fun setRequestExtendedAuthorization(requestExtendedAuthorization: Boolean): <ERROR CLASS>

Set request to extend authorization

fun setRequestIncrementalAuthorizationSupport(requestIncrementalAuthorizationSupport: Boolean): <ERROR CLASS>

Set request to support incremental authorization

Link copied to clipboard
fun setRouting(routing: CardPresentRoutingOptionParameters): <ERROR CLASS>

Set the routing options for the payment

Properties

Link copied to clipboard
var captureMethod: CardPresentCaptureMethod? = null
Link copied to clipboard
var requestExtendedAuthorization: Boolean? = null
Link copied to clipboard
var requestIncrementalAuthorizationSupport: Boolean? = null
Link copied to clipboard
var routing: CardPresentRoutingOptionParameters? = null