Skip to content

Commit

Permalink
Replace Value by LoyaltyID for LocaltyAccountId (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
wboereboom authored Feb 19, 2024
1 parent 7d0a34e commit 82cd9fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/typings/terminal/loyaltyAccountId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class LoyaltyAccountId {
'EntryMode': Array<LoyaltyAccountId.EntryModeEnum>;
'IdentificationSupport'?: LoyaltyAccountId.IdentificationSupportEnum;
'IdentificationType': IdentificationType;
'Value'?: string;
'LoyaltyID'?: string;

static discriminator: string | undefined = undefined;

Expand All @@ -57,8 +57,8 @@ export class LoyaltyAccountId {
"type": "IdentificationType"
},
{
"name": "Value",
"baseName": "Value",
"name": "LoyaltyID",
"baseName": "LoyaltyID",
"type": "string"
} ];

Expand Down

0 comments on commit 82cd9fa

Please sign in to comment.