zibri
    Preparing search index...

    Entity for an payment that has been made.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    amount: number

    The amount of the payment.

    currencyCode: CurrencyCode

    The currency that the payment is in.

    data?: Data

    Additional data stored by the provider.

    error?: Error

    An error that the payment failed with.

    id: string

    The uuid (universal unique identifier) of the entity.

    paymentMethod: M

    The used payment method.

    The status of the payment.

    transactionId: string

    The transactionId, should be provided eg. From the client side of a checkout to prevent duplicate payments.