Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 855 Bytes

FeeResponse.md

File metadata and controls

19 lines (13 loc) · 855 Bytes

# FeeResponse

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 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]