interface StripeConnectInstance {
    update: (options: StripeConnectUpdateParams) => void;
}

Properties

Properties

update: (options: StripeConnectUpdateParams) => void

Updates the Connect instance with new parameters.

New parameters to update the Connect instance with.