Poq.SDK.Node

Home > @poq/sdk > ExpressCheckoutConfig > (constructor)

ExpressCheckoutConfig.(constructor)

Constructs a new instance of the ExpressCheckoutConfig class

Signature:

constructor(params: {
        isApplePayEnabled: boolean;
        isPayPalEnabled: boolean;
    });

Parameters

Parameter Type Description
params { isApplePayEnabled: boolean; isPayPalEnabled: boolean; }