PaymentCodeResponse constructor

PaymentCodeResponse(
  1. String codeId,
  2. String assetId,
  3. String amount,
  4. List<String> receivers,
  5. int threshold,
  6. String status,
  7. String memo,
  8. String traceId,
  9. String createdAt,
)

Implementation

PaymentCodeResponse(
  this.codeId,
  this.assetId,
  this.amount,
  this.receivers,
  this.threshold,
  this.status,
  this.memo,
  this.traceId,
  this.createdAt,
);