copyWith method
Implementation
ProcessorBalanceGetRequestOptions copyWith({String? minLastUpdatedDatetime}) {
return ProcessorBalanceGetRequestOptions(
minLastUpdatedDatetime:
minLastUpdatedDatetime ?? this.minLastUpdatedDatetime);
}