Payment
A Payment represents a single payment transaction and exists in a well-defined state defined by the PaymentState type.
-
Extends:
VendureEntity -
Implements: HasCustomFields
constructor
method
(input?: DeepPartial<Payment>) => Paymentmethod
property
stringamount
property
numberstate
property
PaymentStateerrorMessage
property
string | undefinedtransactionId
property
stringmetadata
property
PaymentMetadataorder
property
Orderrefunds
property
Refund[]customFields
property
CustomPaymentFieldsWas this chapter helpful?