map property

Map<String, dynamic> map

Implementation

Map<String, dynamic> get map {
  return {
    pt_client_key: this.clientKey,
    pt_server_key: this.serverKey,
    pt_merchant_country_code: this.merchantCountryCode,
    pt_profile_id: this.profileID,
    pt_transaction_reference: this.transactionReference,
  };
}