forked from go-packages/paypal
#105: Add override_merchant_preferences to BillingAgreement
This commit is contained in:
parent
458e08c529
commit
61f8ec387c
13
types.go
13
types.go
|
@ -169,12 +169,13 @@ type (
|
||||||
|
|
||||||
// BillingAgreement struct
|
// BillingAgreement struct
|
||||||
BillingAgreement struct {
|
BillingAgreement struct {
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Description string `json:"description,omitempty"`
|
Description string `json:"description,omitempty"`
|
||||||
StartDate JSONTime `json:"start_date,omitempty"`
|
StartDate JSONTime `json:"start_date,omitempty"`
|
||||||
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