CardTokenInfoResponse constructor
CardTokenInfoResponse({
- String? paymentToken,
- List<
CardTokenInfo> ? cardTokens, - String? responseCode,
- String? responseDescription,
Implementation
CardTokenInfoResponse({
this.paymentToken,
this.cardTokens,
this.responseCode,
this.responseDescription,
});