Type Alias: PaymentInstrumentSectionMethod
PaymentInstrumentSectionMethod =
Pick<PaymentMethod,"instruments">
Minimal projection of PaymentMethod used by the section — only
instruments[] is required. The caller may pass a full PaymentMethod from
the availablePaymentMethods query — extra fields (id, name,
providersAvailable, etc.) are ignored.