# Cyclos4102Api.AdDeliveryMethod

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**chargeType** | [**AdDeliveryMethodChargeEnum**](AdDeliveryMethodChargeEnum.md) | The possible charge types for a delivery method of a webshop ad. Possible values are: * fixed: The delivery method charge is fixed set by the seller. * negotiated: The delivery method charge can be be negotiated between the seller and the buyer.  | [optional] 
**deliveryTime** | [**TimeInterval**](TimeInterval.md) | The delivery time. | [optional] 
**description** | **String** | Description of the delivery method (if any). | [optional] 
**chargeAmount** | [**BigDecimal**](BigDecimal.md) | The delivery method charge amount. Required if &#x60;chargeType&#x60; is  &#x60;fixed&#x60;.  | [optional] 


