export interface GetPaymentMethodRequiredFieldsRequest { /** * The `type` of the payment method. */ type: string; } //# sourceMappingURL=GetPaymentMethodRequiredFieldsRequest.d.ts.map