retrieveSelectedPaymentOption
abstract suspend fun retrieveSelectedPaymentOption(): CustomerAdapter.Result<CustomerAdapter.PaymentOption?>
Retrieve the saved payment method option from a data store. If null, the customer does not have a default saved payment method.
Return
the saved PaymentOption.