Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PaymentMethod

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;
}

Hierarchy

  • PaymentMethod

Index

Properties

alternative_payment_method_name?: PaymentMethodTypes
enabled: boolean
exclude_cvv?: boolean
labels?: Record<string, string>
method_type: PaymentMethodTypes
processor_name?: PaymentProcessorName
specific_fields?: Specificfields

Generated using TypeDoc