pub fn build_payment(
terminal_id: &str,
cash_register_id: &str,
amount_cents: i64,
payment_type: char,
card_already_present: bool,
with_additional_data: bool,
receipt_text: &str,
) -> Result<String>Expand description
Payment 'P' (167 bytes).