Interface: BillingEvent
Defined in: javascript/src/billing/types/events.ts:50
Properties
accountId?
optionalaccountId?:string|null
Defined in: javascript/src/billing/types/events.ts:56
Financial subject affected by this provider event.
billingEventId?
optionalbillingEventId?:string
Defined in: javascript/src/billing/types/events.ts:65
customer?
optionalcustomer?:BillingCustomerInfo|null
Defined in: javascript/src/billing/types/events.ts:57
dispute?
optionaldispute?:BillingDisputeInfo|null
Defined in: javascript/src/billing/types/events.ts:62
eventId
eventId:
string
Defined in: javascript/src/billing/types/events.ts:52
eventType
eventType:
BillingEventType
Defined in: javascript/src/billing/types/events.ts:53
invoice?
optionalinvoice?:BillingInvoiceInfo|null
Defined in: javascript/src/billing/types/events.ts:59
metadata?
optionalmetadata?:Record<string,unknown> |null
Defined in: javascript/src/billing/types/events.ts:63
occurredAt
occurredAt:
string
Defined in: javascript/src/billing/types/events.ts:54
payment?
optionalpayment?:BillingPaymentInfo|null
Defined in: javascript/src/billing/types/events.ts:60
provider
provider:
string
Defined in: javascript/src/billing/types/events.ts:51
raw?
optionalraw?:unknown
Defined in: javascript/src/billing/types/events.ts:64
refund?
optionalrefund?:BillingRefundInfo|null
Defined in: javascript/src/billing/types/events.ts:61
subscription?
optionalsubscription?:BillingSubscriptionInfo|null
Defined in: javascript/src/billing/types/events.ts:58