JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # FeeResponse ```php use Xendit\BalanceAndTransaction\FeeResponse; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **xendit_fee** | **float** | ☑️ | Amount of the Xendit fee for this transaction. | 10 | | **value_added_tax** | **float** | ☑️ | Amount of the VAT for this transaction. | 1 | | **xendit_withholding_tax** | **float** | | Amount of the Xendit Withholding Tax for this transaction if applicable. See [Tax Documentation](https://docs.xendit.co/fees-and-vat#vat) for more information. | 10 | | **third_party_withholding_tax** | **float** | | Amount of the 3rd Party Withholding Tax for this transaction if applicable. 3rd party example: Bank | 10 | | **status** | **string** | | | null | [[Back to README]](../../README.md)