forked from go-packages/paypal
#105: Add override_merchant_preferences to BillingAgreement
This commit is contained in:
parent
458e08c529
commit
61f8ec387c
1
types.go
1
types.go
|
@ -175,6 +175,7 @@ type (
|
||||||
Plan BillingPlan `json:"plan,omitempty"`
|
Plan BillingPlan `json:"plan,omitempty"`
|
||||||
Payer Payer `json:"payer,omitempty"`
|
Payer Payer `json:"payer,omitempty"`
|
||||||
ShippingAddress *ShippingAddress `json:"shipping_address,omitempty"`
|
ShippingAddress *ShippingAddress `json:"shipping_address,omitempty"`
|
||||||
|
OverrideMerchantPreferences *MerchantPreferences `json:"override_merchant_preferences,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// BillingPlan struct
|
// BillingPlan struct
|
||||||
|
|
Loading…
Reference in New Issue
Block a user