Skip to content

Latest commit

 

History

History
81 lines (33 loc) · 1.41 KB

AddonService.md

File metadata and controls

81 lines (33 loc) · 1.41 KB

AddonService

This container describes an add-on service that may be selected for an item or that may apply automatically. A charge may be associated with the add-on service.

Properties

selection

This field indicates whether the add-on service must be selected for the item. For implementation help, refer to eBay API documentation

public ?string $selection

serviceFee

The amount charged for the add-on service.

public ?\SapientPro\EbayBrowseSDK\Models\ConvertedAmount $serviceFee

serviceId

The ID number of the add-on service.

public ?string $serviceId

serviceType

The type of add-on service, such as AUTHENTICITY_GUARANTEE. For implementation help, refer to eBay API documentation

public ?\SapientPro\EbayBrowseSDK\Enums\AddonServiceTypeEnum $serviceType


Automatically generated from source code comments on 2023-06-15 using phpDocumentor and saggre/phpdocumentor-markdown