Skip to content

Commit

Permalink
Remove iso format from property docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdekeizer committed Apr 17, 2020
1 parent 92d254a commit b149c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/ReturnItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @property string $orderId The id of the customer order this return item is in.
* @property string $ean The EAN number associated with this product.
* @property int $quantity The quantity that is returned by the customer.
* @property DateTime $registrationDateTime The date and time in ISO 8601 format when this return was registered.
* @property DateTime $registrationDateTime The date and time when this return was registered.
* @property string $returnReason The reason why the customer returned this product.
* @property string $returnReasonComments Additional details from the customer as to why this item was returned.
* @property string $fulfilmentMethod Specifies whether this shipment has been fulfilled by the retailer (FBR) or fulfilled by bol.com (FBB). Defaults to FBR.
Expand All @@ -17,7 +17,7 @@
* @property string|null $title The product title.
* @property string|null $handlingResult The handling result requested by the retailer.
* @property string|null $processingResult The processing result of the return.
* @property DateTime|null $processingDateTime The date and time in ISO 8601 format when the return was processed.
* @property DateTime|null $processingDateTime The date and time when the return was processed.
* @property array|null $customerDetails The customer details
*/
class ReturnItem extends AbstractModel
Expand Down

0 comments on commit b149c2f

Please sign in to comment.