Home > @poq/sdk > PlaceApplePayOrderRequest > (constructor)
Constructs a new instance of the PlaceApplePayOrderRequest class
Signature:
constructor(params: {
        token: string;
        merchantIdentifier: string;
        billingAddress: Address;
        shippingAddress: Address;
    });
| Parameter | Type | Description | 
|---|---|---|
| params | { token: string; merchantIdentifier: string; billingAddress: Address; shippingAddress: Address; } |