AccountDebitedEffectResponse constructor

AccountDebitedEffectResponse(
  1. String amount,
  2. String assetType,
  3. String assetCode,
  4. String assetIssuer
)

Implementation

AccountDebitedEffectResponse(
    this.amount, this.assetType, this.assetCode, this.assetIssuer);