rename expireDate field

This commit is contained in:
Aleksandr Kokockin 2024-09-10 12:47:44 +03:00
parent e6fc8f1e0e
commit d195460141

View File

@ -249,7 +249,7 @@ type AccountBonusOperationsRequest struct {
type LoyaltyBonusCreditRequest struct {
Amount float64 `url:"amount"`
ActivationDate string `url:"activationDate,omitempty"`
ExpiredDate string `url:"expiredDate,omitempty"`
ExpiredDate string `url:"expireDate,omitempty"`
Comment string `url:"comment,omitempty"`
}