Skip to content

Commit

Permalink
Add International properties to ReturnPolicyType
Browse files Browse the repository at this point in the history
  • Loading branch information
icoolant committed Jan 17, 2024
1 parent ef3032f commit 1824c4e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/Trading/Types/ReturnPolicyType.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
* @property string $RestockingFeeValue
* @property string $RestockingFeeValueOption
* @property boolean $ExtendedHolidayReturns
* @property string $InternationalRefundOption
* @property string $InternationalReturnsAcceptedOption
* @property string $InternationalReturnsWithinOption
* @property string $InternationalShippingCostPaidByOption
*/
class ReturnPolicyType extends \DTS\eBaySDK\Types\BaseType
{
Expand Down Expand Up @@ -144,6 +148,30 @@ class ReturnPolicyType extends \DTS\eBaySDK\Types\BaseType
'repeatable' => false,
'attribute' => false,
'elementName' => 'ExtendedHolidayReturns'
],
'InternationalRefundOption' => [
'type' => 'string',
'repeatable' => false,
'attribute' => false,
'elementName' => 'InternationalRefundOption'
],
'InternationalReturnsAcceptedOption' => [
'type' => 'string',
'repeatable' => false,
'attribute' => false,
'elementName' => 'InternationalReturnsAcceptedOption'
],
'InternationalReturnsWithinOption' => [
'type' => 'string',
'repeatable' => false,
'attribute' => false,
'elementName' => 'InternationalReturnsWithinOption'
],
'InternationalShippingCostPaidByOption' => [
'type' => 'string',
'repeatable' => false,
'attribute' => false,
'elementName' => 'InternationalShippingCostPaidByOption'
]
];

Expand Down

0 comments on commit 1824c4e

Please sign in to comment.