Skip to content

Commit

Permalink
chore: add billing group
Browse files Browse the repository at this point in the history
  • Loading branch information
SnhrK committed Mar 11, 2024
1 parent 0de9dd4 commit f5486c5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/blueapi/apis/billing/billinggroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Billing group documentation

Description of values related to Billing group.

## Guidance

Definition of Billing group.

```
message BillingGroup {
string billingInternalId = 1;
string billingGroupId = 2;
string billingGroupName = 3;
string companyName = 7;
}
```

### billingInternalId

The following section describes the use of the `billingInternalId`.

This is a unique ID given when creating a billing group. This value cannot be changed.

### billingGroupId

The following section describes the use of the `billingGroupId`.

This is a ID for users to manage billing groups in products(Ripple/Wave[Pro]).

### billingGroupName

The following section describes the use of the `billingGroupName`.

This is a Name for users to manage billing groups in products(Ripple/Wave[Pro]).

### companyName

The following section describes the use of the `companyName`.

This is a Name for users to manage company involved in billing.

0 comments on commit f5486c5

Please sign in to comment.