map property

Map<String, dynamic> get map

Converts the PaymentSDKCardApproval instance to a map.

Returns a map representation of the instance.

Implementation

Map<String, dynamic> get map {
  return {
    pt_validation_url: validationUrl,
    pt_bin_length: binLength,
    pt_block_if_no_response: blockIfNoResponse,
  };
}