pub async fn list_device_codes(
configuration: &Configuration,
cursor: Option<&str>,
location_id: Option<&str>,
product_type: Option<ProductType>,
status: Option<DeviceCodeStatus>,
) -> Result<ListDeviceCodesResponse, Error<ListDeviceCodesError>>Expand description
Lists all DeviceCodes associated with the merchant.