INPUT_OBJECT
ProcessExpensePaymentParams
Parameters for paying an expense
link GraphQL Schema definition
- input ProcessExpensePaymentParams {
- # The fee charged by payment processor in collective currency, or the fee refunded
- # when used with MARK_AS_UNPAID
- Int :
- # Bypass automatic integrations (ie. PayPal, Transferwise) to process the expense
- # manually
- Boolean :
- # 2FA code for if the host account has 2FA for payouts turned on.
- String :
- }