default offer flag

This commit is contained in:
boufni95 2024-12-06 16:08:12 +00:00
parent 1f5c3041bd
commit eba8ee75e0
5 changed files with 13 additions and 4 deletions

View file

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