const queryStrings = Object.freeze({ ISS_PAGE: 'issPage', ERROR: 'error', SUBSCRIPTIONID: 'subscriptionid', REFERRAL_SEQ_NUM: 'referralseqnum', CARD_EXPIRATION_MONTH: 'card_expirationmonth', CARD_EXPIRATION_YEAR: 'card_expirationyear', CARD_TYPE: 'sgcardtype', BILL_TO_POSTAL_CODE: 'billto_postalcode', BILL_TO_FIRST_NAME: 'billto_firstname', BILL_TO_LAST_NAME: 'billto_lastname', REFERENCE_NUMBER: 'req_reference_number', AUTH_CODE: 'auth_code', TRANSACTION_ID: 'transaction_id', TRANS_REFERENCE_NUMBER: 'auth_trans_ref_no', LAST_FOUR: 'last_four', DISPLAY_PAY_IN_ADVANCE_ALERT: 'displayPayInAdvanceAlert' }); export default queryStrings;