paypal/patch.go

8 lines
148 B
Go
Raw Normal View History

package paypal
type Patch struct {
Operation string `json:"op"`
Path string `json:"path"`
Value interface{} `json:"value"`
}