#105: Add override_merchant_preferences to BillingAgreement

This commit is contained in:
Alex Pliutau 2019-08-12 16:09:45 +02:00
parent 458e08c529
commit 61f8ec387c

View File

@ -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