# SubscriptionDeliveryMethodLocalDelivery - admin - OBJECT
Version: unstable

## Description
A subscription delivery method for local delivery.
The other subscription delivery methods can be found in the `SubscriptionDeliveryMethod` union type.

### Access Scopes
the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope.


## Fields
* [address](/docs/api/admin/unstable/objects/MailingAddress): MailingAddress! - The address to deliver to.
* [localDeliveryOption](/docs/api/admin/unstable/objects/SubscriptionDeliveryMethodLocalDeliveryOption): SubscriptionDeliveryMethodLocalDeliveryOption! - The details of the local delivery method to use.

## Connections



## Related queries

## Related mutations

## Related Unions
* [SubscriptionDeliveryMethod](/docs/api/admin/unstable/unions/SubscriptionDeliveryMethod) Describes the delivery method to use to get the physical goods to the customer.

## Examples