File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -3938,6 +3938,21 @@ components:
3938
3938
name :
3939
3939
type : string
3940
3940
example : name
3941
+ InvoiceMetadataObject :
3942
+ type : object
3943
+ properties :
3944
+ lago_id :
3945
+ type : string
3946
+ example : 183da83c-c007-4fbb-afcd-b00c07c41ffe
3947
+ key :
3948
+ type : string
3949
+ example : name
3950
+ value :
3951
+ type : string
3952
+ example : John
3953
+ created_at :
3954
+ type : string
3955
+ example : 2022-09-14T16:35:31Z
3941
3956
InvoiceObject :
3942
3957
type : object
3943
3958
required :
@@ -4027,6 +4042,10 @@ components:
4027
4042
type : array
4028
4043
items :
4029
4044
$ref : ' #/components/schemas/SubscriptionObject'
4045
+ metadata :
4046
+ type : array
4047
+ items :
4048
+ $ref : ' #/components/schemas/InvoiceMetadataObject'
4030
4049
fees :
4031
4050
type : array
4032
4051
items :
@@ -4068,6 +4087,20 @@ components:
4068
4087
- pending
4069
4088
- succeeded
4070
4089
- failed
4090
+ metadata :
4091
+ type : array
4092
+ items :
4093
+ type : object
4094
+ properties :
4095
+ id :
4096
+ type : string
4097
+ example : 183da83c-c007-4fbb-afcd-b00c07c41ffe
4098
+ key :
4099
+ type : string
4100
+ example : name
4101
+ value :
4102
+ type : string
4103
+ example : John
4071
4104
WalletObject :
4072
4105
type : object
4073
4106
required :
You can’t perform that action at this time.
0 commit comments