Home > @poq/sdk > ExpressCheckoutConfig > (constructor)
Constructs a new instance of the ExpressCheckoutConfig
class
Signature:
constructor(params: {
isApplePayEnabled: boolean;
isPayPalEnabled: boolean;
});
Parameter | Type | Description |
---|---|---|
params | { isApplePayEnabled: boolean; isPayPalEnabled: boolean; } |