Type Alias KlarnaPaymentButtonConfiguration

KlarnaPaymentButtonConfiguration: {
    disabled?: boolean;
    id?: string;
    label?: PaymentButtonLabel;
    loading?: boolean;
    locale?: string;
    shape?: KlarnaButtonShape;
    theme?: KlarnaTheme;
}

Type declaration

  • Optionaldisabled?: boolean

    Disabled state of the button

  • Optionalid?: string

    Unique button identifier

  • Optionallabel?: PaymentButtonLabel

    Label of the payment button

  • Optionalloading?: boolean

    Loading state of the button

  • Optionallocale?: string
  • Optionalshape?: KlarnaButtonShape
  • Optionaltheme?: KlarnaTheme