SandboxIncomeFireWebhookRequest constructor

SandboxIncomeFireWebhookRequest({
  1. String? clientId,
  2. String? secret,
  3. String? incomeVerificationId,
  4. String? webhook,
  5. SandboxIncomeFireWebhookRequestVerificationStatus? verificationStatus,
})

Implementation

SandboxIncomeFireWebhookRequest({
  this.clientId,
  this.secret,
  this.incomeVerificationId,
  this.webhook,
  this.verificationStatus,
});