Skip to content

SudoSOS Back-end API / stripe / StripePaymentIntent

Class: StripePaymentIntent ​

Extends ​

Constructors ​

Constructor ​

ts
new StripePaymentIntent(): StripePaymentIntent;

Returns ​

StripePaymentIntent

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
amountpublicDineroAmount to be paid with Stripe.-
cancelledWithAPIpublicbooleanWhether this PaymentIntent is cancelled via the API. If the paymentintent.cancelled event is received but this boolean is set to true, no additional action should be taken.-
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
depositpublicStripeDepositThe deposit belonging to this intent-
idreadonlynumber-BaseEntity.id
paymentIntentStatusespublicStripePaymentIntentStatus[]--
paymentRequestAttempt?publicPaymentRequestAttempt--
stripeIdpublicstringID of the PaymentIntent as given by Stripe.-
terminalPayment?publicTerminalPayment--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version