default offer flag
This commit is contained in:
parent
1f5c3041bd
commit
eba8ee75e0
5 changed files with 13 additions and 4 deletions
|
|
@ -396,6 +396,7 @@ type NewInvoiceResponse struct {
|
|||
}
|
||||
type OfferConfig struct {
|
||||
Callback_url string `json:"callback_url"`
|
||||
Default_offer bool `json:"default_offer"`
|
||||
Expected_data map[string]OfferDataType `json:"expected_data"`
|
||||
Label string `json:"label"`
|
||||
Noffer string `json:"noffer"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue