Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

PaymentPolicyResponse.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

PaymentPolicyResponse

Properties

Name Type Description Notes
href string Returns a URL link to the current result set. [optional]
limit int Returns the maximum number of results that can be returned in result set. [optional]
next string Returns a URL link to the next set of results. [optional]
offset int Returns how many result sets were skipped before the currently returned result set. [optional]
paymentPolicies \macropage\SDKs\ebay\rest\account\Model\PaymentPolicy[] A list of the seller's payment policies. [optional]
prev string Returns a URL link to the previous set of results. [optional]
total int Returns the total number of result sets in the paginated collection. [optional]

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