PaymentRequest constructor

PaymentRequest({
  1. String? assetId,
  2. String? amount,
  3. String? addressId,
  4. String? opponentId,
  5. String? opponentKey,
  6. OpponentMultisig? opponentMultisig,
  7. String? pin,
  8. String? pinBase64,
  9. String? traceId,
  10. String? memo,
  11. String? destination,
  12. String? rawPaymentUrl,
})

Implementation

PaymentRequest({
  this.assetId,
  this.amount,
  this.addressId,
  this.opponentId,
  this.opponentKey,
  this.opponentMultisig,
  this.pin,
  this.pinBase64,
  this.traceId,
  this.memo,
  this.destination,
  this.rawPaymentUrl,
});