PaymentRequestResponse constructor

PaymentRequestResponse(
  1. String? otc,
  2. String? password
)

Implementation

PaymentRequestResponse(this.otc, this.password);