zibri
    Preparing search index...

    Payment Provider that uses the PayPal API.

    Implements

    • PaymentProviderInterface<
          SupportedMethods,
          PaymentDataMap,
          ValidatedPaymentDataMap,
          ProviderPaymentDataMap,
          ProviderReservationPaymentDataMap,
          CancellationSupport,
          RefundSupport,
          ReservationSupport,
      >
    Index

    Constructors

    Properties

    cancellationSupported: CancellationSupport = ...

    A map that defines which payment methods support cancellation.

    name: string

    The unique name of the provider, used to differentiate between them.

    refundSupported: RefundSupport = ...

    A map that defines which payment methods support refunding.

    reservationSupported: ReservationSupport = ...

    A map that defines which payment methods support reservation.

    Methods