SetupBillingCharge
Setup billing charge which is part of child billing charge
This page contains
Fields
| id: ID! | Billing charge Id |
| costBreakdown: CostBreakdown PREVIEW | How this charge's revenue is split across the receiving parties |
| tenant: String | Tenant |
| currency: Currency | Currency |
| startDate: Date! | Start billing date |
| discounts: [BillingChargeDiscount!]! PREVIEW | Detail of discounts being applied if any |
| items: [BillingChargeItem!]! PREVIEW | Detail of each fee |
| totalPrice: Decimal! | Total combined amount |
| parentCharge: MainBillingCharge! PREVIEW | Parent charge of this billing charge |
| orderId: ID | Purchase order id associated with this billing charge |
| customAttributes(locations: [String!]): [BillingChargeCustomAttribute!] | Custom attributes associated with the purchase order of this billing charge |
Implements
- ChildBillingCharge PREVIEW