Skip to content

Commit 82cd9fa

Browse files
authored
Replace Value by LoyaltyID for LocaltyAccountId (#1319)
1 parent 7d0a34e commit 82cd9fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/typings/terminal/loyaltyAccountId.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class LoyaltyAccountId {
3636
'EntryMode': Array<LoyaltyAccountId.EntryModeEnum>;
3737
'IdentificationSupport'?: LoyaltyAccountId.IdentificationSupportEnum;
3838
'IdentificationType': IdentificationType;
39-
'Value'?: string;
39+
'LoyaltyID'?: string;
4040

4141
static discriminator: string | undefined = undefined;
4242

@@ -57,8 +57,8 @@ export class LoyaltyAccountId {
5757
"type": "IdentificationType"
5858
},
5959
{
60-
"name": "Value",
61-
"baseName": "Value",
60+
"name": "LoyaltyID",
61+
"baseName": "LoyaltyID",
6262
"type": "string"
6363
} ];
6464

0 commit comments

Comments
 (0)