copyWith method
Implementation
WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp copyWith(
{String? integAccessEndpoint,
String? integAccessToken,
String? integSourceId,
String? integUserId}) {
return WebApiModulesPluginsBoxedUpBoxedUpUpdateTokenRequestUserErp(
integAccessEndpoint: integAccessEndpoint ?? this.integAccessEndpoint,
integAccessToken: integAccessToken ?? this.integAccessToken,
integSourceId: integSourceId ?? this.integSourceId,
integUserId: integUserId ?? this.integUserId);
}