VGSCheckout

public class VGSCheckout

A drop-in class that presents a checkout form for financial operations: add card, payment processing etc.

Initialization

Interface

  • Present drop-in checkout.

    Declaration

    Swift

    public func present(from viewController: UIViewController, animated: Bool = true)

    Parameters

    viewController

    UIViewController object, view controller to present checkout.

    animated

    Bool object, boolean flag indicating whether controller should be presented with animation, default is true.