brandon14/ebay-sdk-php

View on GitHub
src/Sell/Account/V1/docs/Model/PaymentsProgramOnboardingSteps.md

Summary

Maintainability
Test Coverage
# # PaymentsProgramOnboardingSteps

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name of the step in the steps array. Over time, these names are subject to change as processes change. The output sample contains example step names. Review an actual call response for updated step names. | [optional]
**status** | **string** | This enumeration value indicates the status of the associated step. <p> <span class=\"tablenote\"><strong>Note:</strong> Only one step can be <code>IN_PROGRESS</code> at a time.</span></p> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:PaymentsProgramOnboardingStepStatus'>eBay API documentation</a> | [optional]
**web_url** | **string** | This URL provides access to the <code>IN_PROGRESS</code> step. | [optional]

[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)