mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
VT-3755 StirShaken phase 2 - SDK implementation
This commit is contained in:
parent
04de28ad7d
commit
98378aaa6a
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ export class GetLiveCallResponse {
|
|||
this.sessionStart = params.sessionStart;
|
||||
this.to = params.to;
|
||||
this.stirVerification = params.stirVerification;
|
||||
this.stirAttestation = params.stirAttestation;
|
||||
}
|
||||
}
|
||||
export class RetrieveCallResponse {
|
||||
|
|
@ -102,6 +103,7 @@ export class RetrieveCallResponse {
|
|||
this.totalAmount = params.totalAmount;
|
||||
this.totalRate = params.totalRate;
|
||||
this.stirVerification = params.stirVerification;
|
||||
this.stirAttestation = params.stirAttestation
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -128,6 +130,7 @@ export class ListAllCallsResponse {
|
|||
this.totalAmount = params.totalAmount;
|
||||
this.totalRate = params.totalRate;
|
||||
this.stirVerification = params.stirVerification;
|
||||
this.stirAttestation = params.stirAttestation
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue