This interface will show the structure to PaymentMethod
export interface PaymentMethod { enabled: boolean; method_type: PaymentMethodTypes; specific_fields?: Specificfields; processor_name?: PaymentProcessorName; labels?: Record<string, string>; exclude_cvv?: boolean; alternative_payment_method_name?: PaymentMethodTypes;}
Generated using TypeDoc
This interface will show the structure to PaymentMethod