copyWith method

Implementation

SandboxBankTransferFireWebhookResponse copyWith({String? requestId}) {
  return SandboxBankTransferFireWebhookResponse(
      requestId: requestId ?? this.requestId);
}