mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
Changed name of Value to BarcodeValue corresponding to docs(and API) (#1051)
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
export class OutputBarcode {
|
export class OutputBarcode {
|
||||||
'BarcodeType'?: OutputBarcode.BarcodeTypeEnum;
|
'BarcodeType'?: OutputBarcode.BarcodeTypeEnum;
|
||||||
'Value'?: string;
|
'BarcodeValue'?: string;
|
||||||
|
|
||||||
static discriminator: string | undefined = undefined;
|
static discriminator: string | undefined = undefined;
|
||||||
|
|
||||||
@@ -44,8 +44,8 @@ export class OutputBarcode {
|
|||||||
"type": "OutputBarcode.BarcodeTypeEnum"
|
"type": "OutputBarcode.BarcodeTypeEnum"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Value",
|
"name": "BarcodeValue",
|
||||||
"baseName": "Value",
|
"baseName": "BarcodeValue",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
} ];
|
} ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user