DEV

Type.

ZonosStripeCharge

ZonosStripeCharge is an object that represents what Zonos billed a merchant through Stripe for a subscription item

Fields

createdAt

DateTime!

Required

A timestamp of when this ZonosStripeCharge was created

stripeConfirmationId

String!

Required

The confirmation ID returned by Stripe for this ZonosStripeCharge

stripeSubscriptionItemId

String!

Required

The Stripe subscription item ID this charge was billed to

transactionFee

TransactionFee!

Required

The TransactionFee object associated with this ZonosStripeCharge

unitPrice

Decimal!

Required

The price per unit for this ZonosStripeCharge

units

Int!

Required

The number of units that were billed for this ZonosStripeCharge

Was this page helpful?