Instance Method

build(handler:)

Builds the PaymentEngine instance with all of the specified options and the specified handler. Callback will receive the instance when completed.

Declaration

func build(handler: (PaymentEngine) -> Void) throws

Parameters

handler

The handler to receive the PaymentEngine instance.

Discussion