brandon14/ebay-sdk-php

View on GitHub
src/Sell/Finances/V1/docs/Model/BalanceAdjustment.md

Summary

Maintainability
Test Coverage
# # BalanceAdjustment

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**adjustment_amount** | [**\TNT\Ebay\Sell\Finances\V1\Model\Amount**](Amount.md) |  | [optional]
**adjustment_type** | **string** | The enumeration value returned here indicates if the charge is a <code>DEBIT</code> or a <code>CREDIT</code> to the seller. Generally, all transfer transaction types are going to be <code>DEBIT</code>, since the money is being tranferred from the seller to eBay. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/finances/types/pay:BookingEntryEnum'>eBay API documentation</a> | [optional]

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