I'm trying to retrieve a list of payment methods via API. The list returns as an array with each object containing id/payment type/etc. If the caller is supposed to select one method, how do I alias the variables for use?
I've been tryign without aliasing, but the agent is having issues remembering the payment information for the selected method.