# SubscriberGetPushSubscriptionDeliveryRequest

## Example Usage

```typescript
import { SubscriberGetPushSubscriptionDeliveryRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: SubscriberGetPushSubscriptionDeliveryRequest = {
  subscriptionId: "01H8MCDXH4JVH7KVNB2YY42907",
  deliveryId: "01H8MCDXH415BJ962YDN4B02JK",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `subscriptionId`           | *string*                   | :heavy_check_mark:         | The subscription id.       | 01H8MCDXH4JVH7KVNB2YY42907 |
| `deliveryId`               | *string*                   | :heavy_check_mark:         | The delivery id.           | 01H8MCDXH415BJ962YDN4B02JK |