Type alias SubscriptionInvoiceFragment
Subscription
Invoice
Fragment
: { __typename
?: "SubscriptionInvoice"; amountDue
?: number | null; billingId
: string; billingReason
?: SubscriptionInvoiceBillingReason | null; createdAt
: any; currency
?: string | null; errorMessage
?: string | null; paymentSecret
?: string | null; paymentUrl
?: string | null; pdfUrl
?: string | null; requiresAction
: boolean; status
: SubscriptionInvoiceStatus; subTotal
?: number | null; subTotalExcludingTax
?: number | null; tax
?: number | null; total
?: number | null; totalExcludingTax
?: number | null; updatedAt
: any }
Type declaration
-
Optional
__typename?: "SubscriptionInvoice"
-
Optional
amountDue?: number | null
-
billingId: string
-
-
createdAt: any
-
Optional
currency?: string | null
-
Optional
errorMessage?: string | null
-
Optional
paymentSecret?: string | null
-
Optional
paymentUrl?: string | null
-
Optional
pdfUrl?: string | null
-
requiresAction: boolean
-
-
Optional
subTotal?: number | null
-
Optional
subTotalExcludingTax?: number | null
-
Optional
tax?: number | null
-
Optional
total?: number | null
-
Optional
totalExcludingTax?: number | null
-
updatedAt: any