Skip to main content

StripeInvoiceType

No description

type StripeInvoiceType {
id: String
hosted_invoice_url: String
invoice_pdf: String
receipt_number: String
number: String
period_start: String
period_end: String
due_date: String
paid: Boolean
total: Float
tax: Float
subtotal: Float
attempt_count: Int
attempted: Boolean
payment_intent: StripeSetupIntentType
}

Fields

StripeInvoiceType.id ● String scalar

StripeInvoiceType.hosted_invoice_url ● String scalar

StripeInvoiceType.invoice_pdf ● String scalar

StripeInvoiceType.receipt_number ● String scalar

StripeInvoiceType.number ● String scalar

StripeInvoiceType.period_start ● String scalar

StripeInvoiceType.period_end ● String scalar

StripeInvoiceType.due_date ● String scalar

StripeInvoiceType.paid ● Boolean scalar

StripeInvoiceType.total ● Float scalar

StripeInvoiceType.tax ● Float scalar

StripeInvoiceType.subtotal ● Float scalar

StripeInvoiceType.attempt_count ● Int scalar

StripeInvoiceType.attempted ● Boolean scalar

StripeInvoiceType.payment_intent ● StripeSetupIntentType object

Member of

StripeCustomerType object ● StripeSubscriptionType object