EncryptedPaymentRequest constructor

EncryptedPaymentRequest(
  1. String encryptedFields,
  2. String encodedClientMetaInfo
)

Implementation

EncryptedPaymentRequest(this.encryptedFields, this.encodedClientMetaInfo);