IntranetBillingStatement
No description
type IntranetBillingStatement {
billing_date: String
billing_instance: IntranetBillingInstance!
billing_method: Int
create_timestamp: String
customer: Customer!
customer_id: Int
id: ID!
payment_received_date: String
payment_status: Int
}
Fields
IntranetBillingStatement.billing_date
● String
scalar
IntranetBillingStatement.billing_instance
● IntranetBillingInstance!
non-null object
IntranetBillingStatement.billing_method
● Int
scalar
IntranetBillingStatement.create_timestamp
● String
scalar
IntranetBillingStatement.customer
● Customer!
non-null object
IntranetBillingStatement.customer_id
● Int
scalar
IntranetBillingStatement.id
● ID!
non-null scalar
IntranetBillingStatement.payment_received_date
● String
scalar
IntranetBillingStatement.payment_status
● Int
scalar
Returned By
intranetBillingStatement
query
Member Of
Customer
object ● IntranetBillingInstance
object ● IntranetBillingStatementPaginator
object