Skip to content

Latest commit

 

History

History
executable file
·
14 lines (11 loc) · 2.68 KB

PaymentHold.md

File metadata and controls

executable file
·
14 lines (11 loc) · 2.68 KB

PaymentHold

Properties

Name Type Description Notes
expected_release_date string The date and time that the payment being held is expected to be released to the seller. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field will be returned if known by eBay. <br /><br /><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z</code> <br /><b>Example:</b> <code>2015-08-04T19:09:02.768Z</code> [optional]
hold_amount \cbdesk\ebay_fullfilment\Model\Amount [optional]
hold_reason string The reason that the payment is being held. A seller's payment may be held for a number of reasons, including when the seller is new, the seller's level is below standard, or if a return case or 'Significantly not as described' case is pending against the seller. This field is always returned with the <strong>paymentHolds</strong> array. [optional]
hold_state string The current stage or condition of the hold. This field is always returned with the <strong>paymentHolds</strong> array.<br /><br /><b>Applicable values:</b><ul><li><code>HELD</code></li><li><code>HELD_PENDING</code></li><li><code>NOT_HELD</code></li><li><code>RELEASE_CONFIRMED</code></li><li><code>RELEASE_FAILED</code></li><li><code>RELEASE_PENDING</code></li><li><code>RELEASED</code></li></ul> [optional]
release_date string The date and time that the payment being held was actually released to the seller. This timestamp is in ISO 8601 format, which uses the 24-hour Universal Coordinated Time (UTC) clock. This field is not returned until the seller's payment is actually released into the seller's account.<br /><br /><b>Format:</b> <code>[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss].[sss]Z</code> <br /><b>Example:</b> <code>2015-08-04T19:09:02.768Z</code> [optional]
seller_actions_to_release \cbdesk\ebay_fullfilment\Model\SellerActionsToRelease[] A list of one or more possible actions that the seller can take to expedite the release of the payment hold. [optional]

[Back to Model list] [Back to API list] [Back to README]