This method allows you to obtain the image associated with a particular card network by passing in the card network type as an argument.
1
async getCardNetworkImageURL(cardNetwork: string): Promise<string>
typescript
copy
This method allows you to obtain the image associated with a particular card network by passing in the card network type as an argument.
1
async getCardNetworkImageURL(cardNetwork: string): Promise<string>