We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d0a34e commit 82cd9faCopy full SHA for 82cd9fa
src/typings/terminal/loyaltyAccountId.ts
@@ -36,7 +36,7 @@ export class LoyaltyAccountId {
36
'EntryMode': Array<LoyaltyAccountId.EntryModeEnum>;
37
'IdentificationSupport'?: LoyaltyAccountId.IdentificationSupportEnum;
38
'IdentificationType': IdentificationType;
39
- 'Value'?: string;
+ 'LoyaltyID'?: string;
40
41
static discriminator: string | undefined = undefined;
42
@@ -57,8 +57,8 @@ export class LoyaltyAccountId {
57
"type": "IdentificationType"
58
},
59
{
60
- "name": "Value",
61
- "baseName": "Value",
+ "name": "LoyaltyID",
+ "baseName": "LoyaltyID",
62
"type": "string"
63
} ];
64
0 commit comments