forked from go-packages/paypal
MerchantPreferences.SetupFee omitempty
This commit is contained in:
parent
3f9821784c
commit
d4da804af2
12
types.go
12
types.go
|
@ -249,12 +249,12 @@ type (
|
||||||
|
|
||||||
// MerchantPreferences struct
|
// MerchantPreferences struct
|
||||||
MerchantPreferences struct {
|
MerchantPreferences struct {
|
||||||
SetupFee AmountPayout `json:"setup_fee,omitempty"`
|
SetupFee *AmountPayout `json:"setup_fee,omitempty"`
|
||||||
ReturnUrl string `json:"return_url,omitempty"`
|
ReturnUrl string `json:"return_url,omitempty"`
|
||||||
CancelUrl string `json:"cancel_url,omitempty"`
|
CancelUrl string `json:"cancel_url,omitempty"`
|
||||||
AutoBillAmount string `json:"auto_bill_amount,omitempty"`
|
AutoBillAmount string `json:"auto_bill_amount,omitempty"`
|
||||||
InitialFailAmountAction string `json:"initial_fail_amount_action,omitempty"`
|
InitialFailAmountAction string `json:"initial_fail_amount_action,omitempty"`
|
||||||
MaxFailAttempts string `json:"max_fail_attempts,omitempty"`
|
MaxFailAttempts string `json:"max_fail_attempts,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Order struct
|
// Order struct
|
||||||
|
|
Loading…
Reference in New Issue
Block a user