github.com/morlay/goqcloud@v0.0.0-20181123023149-b00e0b0b9afc/clients/billing/data_types.go (about) 1 package billing 2 3 // 账单明细数据对象 4 5 type BillDetail *BillDetail 6 7 // 账单明细组件对象 8 9 type BillDetailComponent *BillDetailComponent 10 11 // 账单资源汇总数据对象 12 13 type BillResourceSummary *BillResourceSummary 14 15 // 订单数据对象 16 17 type Deal *Deal