This method allows you to obtain the image associated with a particular card network by passing in the card network type as an argument.

TYPESCRIPT
async getCardNetworkImageURL(cardNetwork: string): Promise<string>