payment gateway for rpn cn
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

16 lines
285B

  1. package main
  2. type LeanworkRequest struct {
  3. Id int64
  4. PickupUrl string
  5. ReceiveUrl string
  6. SignType string
  7. OrderNo string
  8. OrderAmount string
  9. OrderCurrency string
  10. CustomerId string
  11. Sign string
  12. Valid bool
  13. Ip4 uint32
  14. }