mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 04:46:03 +03:00
rename expireDate field
This commit is contained in:
parent
e6fc8f1e0e
commit
d195460141
@ -249,7 +249,7 @@ type AccountBonusOperationsRequest struct {
|
|||||||
type LoyaltyBonusCreditRequest struct {
|
type LoyaltyBonusCreditRequest struct {
|
||||||
Amount float64 `url:"amount"`
|
Amount float64 `url:"amount"`
|
||||||
ActivationDate string `url:"activationDate,omitempty"`
|
ActivationDate string `url:"activationDate,omitempty"`
|
||||||
ExpiredDate string `url:"expiredDate,omitempty"`
|
ExpiredDate string `url:"expireDate,omitempty"`
|
||||||
Comment string `url:"comment,omitempty"`
|
Comment string `url:"comment,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user