NexSDK
GitHub
Coding Standards
Preparing search index...
PaymentResponse
Interface PaymentResponse
interface
PaymentResponse
{
amount
:
string
;
booking_id
:
string
;
confirmed_at
:
PaymentResponseConfirmedAt
;
confirmed_by
:
PaymentResponseConfirmedBy
;
created_at
:
string
;
id
:
string
;
merchant_name
:
string
;
merchant_vpa
:
string
;
notes
:
PaymentResponseNotes
;
property_id
:
string
;
status
:
string
;
txn_ref
:
string
;
updated_at
:
string
;
upi_link
:
string
;
}
Index
Properties
amount
booking_
id
confirmed_
at
confirmed_
by
created_
at
id
merchant_
name
merchant_
vpa
notes
property_
id
status
txn_
ref
updated_
at
upi_
link
Properties
amount
amount
:
string
Pattern
^(?!^[-+.]
$)[+-]?0
\d*.?\d*$
booking_
id
booking_id
:
string
confirmed_
at
confirmed_at
:
PaymentResponseConfirmedAt
confirmed_
by
confirmed_by
:
PaymentResponseConfirmedBy
created_
at
created_at
:
string
id
id
:
string
merchant_
name
merchant_name
:
string
merchant_
vpa
merchant_vpa
:
string
notes
notes
:
PaymentResponseNotes
property_
id
property_id
:
string
status
status
:
string
txn_
ref
txn_ref
:
string
updated_
at
updated_at
:
string
upi_
link
upi_link
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
amount
booking_
id
confirmed_
at
confirmed_
by
created_
at
id
merchant_
name
merchant_
vpa
notes
property_
id
status
txn_
ref
updated_
at
upi_
link
GitHub
Coding Standards
NexSDK
Loading...
Pattern
^(?!^[-+.]$)[+-]?0\d*.?\d*$