mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
Adding partner referral response (#217)
* Adding links to refund response * Adding partner referral response
This commit is contained in:
parent
c2074af736
commit
d5cba40cd6
4
types.go
4
types.go
|
@ -1184,6 +1184,10 @@ type (
|
||||||
LegalConsents []Consent `json:"legal_consents,omitempty"`
|
LegalConsents []Consent `json:"legal_consents,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ReferralResponse struct {
|
||||||
|
Links []Link `json:"links,omitempty"`
|
||||||
|
}
|
||||||
|
|
||||||
PartnerConfigOverride struct {
|
PartnerConfigOverride struct {
|
||||||
PartnerLogoURL string `json:"partner_logo_url,omitempty"`
|
PartnerLogoURL string `json:"partner_logo_url,omitempty"`
|
||||||
ReturnURL string `json:"return_url,omitempty"`
|
ReturnURL string `json:"return_url,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user