Poq.SDK.Node

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

PlaceApplePayOrderRequest.(constructor)

Constructs a new instance of the PlaceApplePayOrderRequest class

Signature:

constructor(params: {
        token: string;
        merchantIdentifier: string;
        billingAddress: Address;
        shippingAddress: Address;
    });

Parameters

Parameter Type Description
params { token: string; merchantIdentifier: string; billingAddress: Address; shippingAddress: Address; }