brandon14/ebay-sdk-php

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

Summary

Maintainability
Test Coverage
# # PaymentsProgramOnboardingResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**onboarding_status** | **string** | This enumeration value indicates the eligibility of payment onboarding for the registered site. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:PaymentsProgramOnboardingStatus'>eBay API documentation</a> | [optional]
**steps** | [**\TNT\Ebay\Sell\Account\V1\Model\PaymentsProgramOnboardingSteps[]**](PaymentsProgramOnboardingSteps.md) | An array of the active process steps for payment onboarding and the status of each step. This array includes the step <strong>name</strong>, step <strong>status</strong>, and a <strong>webUrl</strong> to the <code>IN_PROGRESS</code> step. The step names are returned in sequential order. | [optional]

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