copyWith method

PaymentProfileRemoveResponse copyWith({
  1. String? requestId,
})

Implementation

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