Types > XeroPaymentMap
Description
Fields
Account code from xero
Example: "404"
Account ID from xero
Example: "550e8400-e29b-41d4-a716-446655440000"
gateway: Gateway
Used By
Types
Preview (typescript)
interface XeroPaymentMap {account_code: stringaccount_id: stringgateway?: Gateway | null}