0.2.7 • Published 11 months ago

@5-/pay v0.2.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago
syntax = "proto3";

package api;

message Item
{
  uint32 cid = 1;
  uint64 kid = 2;
  uint64 rid = 3;
  int32 day = 4;
  int64 n = 5;
}

message Bill
{
  repeated Item li = 1;
}

message Cash
{
  int64 n = 1;
}

message Ing
{
  uint64 id = 1;
  uint64 n = 2;
}

message Card
{
  uint64 id = 1;
  uint32 brand_id = 2;
  uint32 exp = 3;
  uint32 status = 4;
  string name = 5;
}

message Brand
{
  uint32 id = 1;
  string name = 2;
}

message Setup
{
  string mail = 1;
  string stripe_pk = 2;
}

message Topuped
{
  uint64 n = 1;
  uint64 rate = 2;
  uint32 status = 3;
}

message Topup
{
  repeated Card card_li = 1;
  repeated Brand brand_li = 2;
  Setup setup = 3;
  uint64 rate = 4;
}

message BillIndex
{
  int64 cash = 1;
  repeated Item li = 2;
  repeated int32 month_li = 3;
  repeated Ing ing = 4;
}

About This Project

This project is an open-source component of i18n.site ⋅ Internationalization Solution.

关于本项目

本项目为 i18n.site ⋅ 国际化解决方案 的开源组件。

0.2.7

11 months ago

0.2.6

11 months ago

0.2.3

1 year ago

0.2.5

11 months ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago