Skip to content

Commit

Permalink
added form for create payment
Browse files Browse the repository at this point in the history
  • Loading branch information
palage4a committed Aug 31, 2021
1 parent fd24169 commit 09ecdd1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tdapi/payment.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package tdapi

// Form for create payment
type Payment struct {
TariffUid string `json:"tariff_uid"`
TeamUid string `json:"team_uid"`
ReturnUrl string `json:"return_url,omitempty"`
}

0 comments on commit 09ecdd1

Please sign in to comment.