Call this method to retrieve assets for all the payment methods available on the current client session.
static func getPaymentMethodAssets() throws -> [PrimerPaymentMethodAsset] {{ ... }}
Show Array<PrimerPaymentMethodAsset>
Hide Throws
An error that will be thrown in case the SDK was not initialized properly. Before calling this method, the SDK must be initialized.