sorare/mutations/settlement_info.go

10 lines
284 B
Go
Raw Permalink Normal View History

2024-03-08 10:48:21 +00:00
package mutations
import "git.lehouerou.net/laurent/sorare/types"
type SettlementInfo struct {
Currency types.SupportedCurrency `json:"currency"`
PaymentMethod types.PaymentMethod `json:"paymentMethod"`
ExchangeRateId string `json:"exchangeRateId"`
}