Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
melekhine committed Aug 8, 2023
1 parent 6a43141 commit babbc71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion refund.go
@@ -1,11 +1,12 @@
package qiwi

// RefundSplits contains split refund.
type RefundSplits struct {
Split
Commission *RefundSplitCommission `json:"splitCommissions,omitempty"`
}

// RefundSplitCommission contains commission information
// RefundSplitCommission contains commission information.
type RefundSplitCommission struct {
Amount *Amount `json:"merchantCms,omitempty"`
UserCms string `json:"userCms,omitempty"`
Expand Down

0 comments on commit babbc71

Please sign in to comment.