TransferMethod
Interface for transfer methods. Provides common fields for all transfer method types.
This page contains
Fields
| gatewayAccountId: String! | Unique identifier for the gateway account. |
| status: TransferMethodStatus! PREVIEW | Current status of the transfer method. |
| errorMessage: String | Error message if account setup failed. |
| links: [TransferMethodLink] PREVIEW | Links associated with the transfer method. |
Types that implement TransferMethod
| StripeTransferMethod PREVIEW | Stripe transfer method implementation. Extends TransferMethod with Stripe-specific fields. |