forked from go-packages/paypal
parent
b7d3cfd093
commit
efc9bbdee0
11
types.go
11
types.go
|
@ -495,11 +495,12 @@ type (
|
||||||
|
|
||||||
// ErrorResponseDetail struct
|
// ErrorResponseDetail struct
|
||||||
ErrorResponseDetail struct {
|
ErrorResponseDetail struct {
|
||||||
Field string `json:"field"`
|
Field string `json:"field"`
|
||||||
Issue string `json:"issue"`
|
Issue string `json:"issue"`
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Links []Link `json:"link"`
|
Description string `json:"description"`
|
||||||
|
Links []Link `json:"link"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ErrorResponse https://developer.paypal.com/docs/api/errors/
|
// ErrorResponse https://developer.paypal.com/docs/api/errors/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user