Let's say we have a customer who have three addresses in his account. In the address entity I have a select attribute field with values A,B and C
My questions is how can I exclude those addresses in checkout which have the C value in that specific address attribute?
I can't find the correct resource to add the where clause.
Thanks