File tree Expand file tree Collapse file tree 1 file changed +59
-59
lines changed
Expand file tree Collapse file tree 1 file changed +59
-59
lines changed Original file line number Diff line number Diff line change 1- # trails-api v1 250f3e931b07e6feab161ee556e03e1bd9963a1f
1+ # trails-api v1 66c279b84c70b817bb9b5676ab3656f7188e3b39
22# --
33# Code generated by [email protected] with openapi generator; DO NOT EDIT44#
@@ -1813,6 +1813,64 @@ components:
18131813 type : boolean
18141814 featureIndex :
18151815 type : number
1816+ MeldQuote :
1817+ type : object
1818+ required :
1819+ - transactionType
1820+ - sourceAmount
1821+ - sourceAmountWithoutFees
1822+ - fiatAmountWithoutFees
1823+ - sourceCurrencyCode
1824+ - countryCode
1825+ - totalFee
1826+ - networkFee
1827+ - transactionFee
1828+ - destinationAmount
1829+ - destinationCurrencyCode
1830+ - exchangeRate
1831+ - paymentMethodType
1832+ - customerScore
1833+ - serviceProvider
1834+ - partnerFee
1835+ properties :
1836+ transactionType :
1837+ type : string
1838+ sourceAmount :
1839+ type : number
1840+ sourceAmountWithoutFees :
1841+ type : number
1842+ fiatAmountWithoutFees :
1843+ type : number
1844+ destinationAmountWithoutFees :
1845+ type : number
1846+ sourceCurrencyCode :
1847+ type : string
1848+ countryCode :
1849+ type : string
1850+ totalFee :
1851+ type : number
1852+ networkFee :
1853+ type : number
1854+ transactionFee :
1855+ type : number
1856+ destinationAmount :
1857+ type : number
1858+ destinationCurrencyCode :
1859+ type : string
1860+ exchangeRate :
1861+ type : number
1862+ paymentMethodType :
1863+ type : string
1864+ customerScore :
1865+ type : number
1866+ serviceProvider :
1867+ type : string
1868+ institutionName :
1869+ type : string
1870+ lowKyc :
1871+ type : boolean
1872+ partnerFee :
1873+ type : number
18161874 SortOrder :
18171875 type : string
18181876 description : Represented as uint32 on the server side
@@ -2181,62 +2239,4 @@ components:
21812239 type : string
21822240 order :
21832241 $ref : ' #/components/schemas/SortOrder'
2184- MeldQuote :
2185- type : object
2186- required :
2187- - transactionType
2188- - sourceAmount
2189- - sourceAmountWithoutFees
2190- - fiatAmountWithoutFees
2191- - sourceCurrencyCode
2192- - countryCode
2193- - totalFee
2194- - networkFee
2195- - transactionFee
2196- - destinationAmount
2197- - destinationCurrencyCode
2198- - exchangeRate
2199- - paymentMethodType
2200- - customerScore
2201- - serviceProvider
2202- - partnerFee
2203- properties :
2204- transactionType :
2205- type : string
2206- sourceAmount :
2207- type : number
2208- sourceAmountWithoutFees :
2209- type : number
2210- fiatAmountWithoutFees :
2211- type : number
2212- destinationAmountWithoutFees :
2213- type : number
2214- sourceCurrencyCode :
2215- type : string
2216- countryCode :
2217- type : string
2218- totalFee :
2219- type : number
2220- networkFee :
2221- type : number
2222- transactionFee :
2223- type : number
2224- destinationAmount :
2225- type : number
2226- destinationCurrencyCode :
2227- type : string
2228- exchangeRate :
2229- type : number
2230- paymentMethodType :
2231- type : string
2232- customerScore :
2233- type : number
2234- serviceProvider :
2235- type : string
2236- institutionName :
2237- type : string
2238- lowKyc :
2239- type : boolean
2240- partnerFee :
2241- type : number
22422242paths :
You can’t perform that action at this time.
0 commit comments