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 {
|
||||
'BarcodeType'?: OutputBarcode.BarcodeTypeEnum;
|
||||
'Value'?: string;
|
||||
'BarcodeValue'?: string;
|
||||
|
||||
static discriminator: string | undefined = undefined;
|
||||
|
||||
@@ -44,8 +44,8 @@ export class OutputBarcode {
|
||||
"type": "OutputBarcode.BarcodeTypeEnum"
|
||||
},
|
||||
{
|
||||
"name": "Value",
|
||||
"baseName": "Value",
|
||||
"name": "BarcodeValue",
|
||||
"baseName": "BarcodeValue",
|
||||
"type": "string"
|
||||
} ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user