Skip to main content

OtpCartResponseDto

Dto representing the response after singing the cart

idinteger<int64>
channelstring
signatureMethodstring

Possible values: [VIRTUAL_KEYBOARD, OTP_SMS]

isOtpSmsboolean
OtpCartResponseDto
{
"id": 0,
"channel": "string",
"signatureMethod": "VIRTUAL_KEYBOARD",
"isOtpSms": true
}