Skip to content

Commit

Permalink
docs: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SnhrK committed Nov 25, 2024
1 parent 9b95c95 commit c0ad53d
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions api/ripple/v1/invoiceservicediscounts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit c0ad53d

Please sign in to comment.