diff --git a/api/ripple/v1/invoiceservicediscounts.proto b/api/ripple/v1/invoiceservicediscounts.proto index fc8c816b..ee47c8f2 100644 --- a/api/ripple/v1/invoiceservicediscounts.proto +++ b/api/ripple/v1/invoiceservicediscounts.proto @@ -93,36 +93,38 @@ message ServiceDiscountsExport { } // AccountServiceDiscountsExport resource definition. +// +// data is [blueapi.api.ripple.v1.ExportData] +// +// content. Base64 encoded value. +// For example, +// content :`YmlsbGluZ0dyb3VwSWQsYmlsbGluZ0dyb3VwTmFtZSxWZW5kb3IsQWNjb3VudElkLEFjY291bnROYW1lLFNlcnZpY2UgUHJlbWl1bXMmRGlzY291bnRzDQo=` +// Decoding this value by en, get `billingGroupId,billingGroupName,Vendor,AccountId,AccountName,Service Premiums&Discounts`. +// content :`6KuL5rGC44Kw44Or44O844OXSUQs6KuL5rGC44Kw44Or44O844OX5ZCNLOODmeODs+ODgOODvCzjgqLjgqvjgqbjg7Pjg4hJRCzjgqLjgqvjgqbjg7Pjg4jlkI0s44K144O844OT44K55Ymy5byV44O75Ymy5aKX6Kit5a6aDQo=` +// Decoding this value by en, get `請求グループID,請求グループ名,ベンダー,アカウントID,アカウント名,サービス割引・割増設定`. +// +// downloadedRows. Downloaded content lines. +// +// totalRows.Total of content lines. message AccountServiceDiscountsExport { - // data is [blueapi.api.ripple.v1.ExportData] - // - // content. Base64 encoded value. - // For example, - // content :`YmlsbGluZ0dyb3VwSWQsYmlsbGluZ0dyb3VwTmFtZSxWZW5kb3IsQWNjb3VudElkLEFjY291bnROYW1lLFNlcnZpY2UgUHJlbWl1bXMmRGlzY291bnRzDQo=` - // Decoding this value by en, get `billingGroupId,billingGroupName,Vendor,AccountId,AccountName,Service Premiums&Discounts`. - // content :`6KuL5rGC44Kw44Or44O844OXSUQs6KuL5rGC44Kw44Or44O844OX5ZCNLOODmeODs+ODgOODvCzjgqLjgqvjgqbjg7Pjg4hJRCzjgqLjgqvjgqbjg7Pjg4jlkI0s44K144O844OT44K55Ymy5byV44O75Ymy5aKX6Kit5a6aDQo=` - // Decoding this value by en, get `請求グループID,請求グループ名,ベンダー,アカウントID,アカウント名,サービス割引・割増設定`. - // - // downloadedRows. Downloaded content lines. - // - // totalRows.Total of content lines. api.ripple.v1.ExportData data = 1; } // GroupServiceDiscountsExport resource definition. // `Group` refer to `BillingGroup`. +// +// data is [blueapi.api.ripple.v1.ExportData] +// +// content. Base64 encoded value. +// For example, +// content :`YmlsbGluZ0dyb3VwSWQsYmlsbGluZ0dyb3VwTmFtZSxTZXJ2aWNlIFByZW1pdW1zJkRpc2NvdW50cw0K` +// Decoding this value by en, get `billingGroupId,billingGroupName,Service Premiums&Discounts`. +// content :`6KuL5rGC44Kw44Or44O844OXSUQs6KuL5rGC44Kw44Or44O844OX5ZCNLOOCteODvOODk+OCueWJsuW8leODu+WJsuWil+ioreWumg0K` +// Decoding this value by ja, get `請求グループID,請求グループ名,サービス割引・割増設定`. +// +// downloadedRows. Downloaded content lines. +// +// totalRows.Total of content lines. message GroupServiceDiscountsExport { - // data is [blueapi.api.ripple.v1.ExportData] - // - // content. Base64 encoded value. - // For example, - // content :`YmlsbGluZ0dyb3VwSWQsYmlsbGluZ0dyb3VwTmFtZSxTZXJ2aWNlIFByZW1pdW1zJkRpc2NvdW50cw0K` - // Decoding this value by en, get `billingGroupId,billingGroupName,Service Premiums&Discounts`. - // content :`6KuL5rGC44Kw44Or44O844OXSUQs6KuL5rGC44Kw44Or44O844OX5ZCNLOOCteODvOODk+OCueWJsuW8leODu+WJsuWil+ioreWumg0K` - // Decoding this value by ja, get `請求グループID,請求グループ名,サービス割引・割増設定`. - // - // downloadedRows. Downloaded content lines. - // - // totalRows.Total of content lines. api.ripple.v1.ExportData data = 1; } \ No newline at end of file