UNPKG

@automattic/wpcom-checkout

Version:
8 lines 409 B
/** * Object contains countries for which alternate processors may require additional fields * PAYMENT_PROCESSOR_COUNTRIES_FIELDS[ {countryCode} ].fields - defines form field names we MUST display for extra payment information */ export declare const PAYMENT_PROCESSOR_COUNTRIES_FIELDS: Record<string, undefined | { fields: string[]; }>; //# sourceMappingURL=payment-processor-countries-fields.d.ts.map