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