export type payment_PaymentPreferences = { /** * AbsorbTransactionFee lists the payment method types for which the internal user absorbs the transaction fee. */ absorbTransactionFee?: Array<'bankAccount' | 'creditCard'>; /** * PaymentMethodTypes lists the payment method types accepted for the portal. */ paymentMethodTypes?: Array<'bankAccount' | 'creditCard'>; };