CodeGlyphX logo
CodeGlyphX

API Reference

Class

SlovenianUpnQrPayload

Namespace CodeGlyphX.Payloads
Assembly CodeGlyphX
Modifiers sealed

Slovenian UPN QR payment payload.

Inheritance

  • Object
  • SlovenianUpnQrPayload

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public SlovenianUpnQrPayload(String payerName, String payerAddress, String payerPlace, String recipientName, String recipientAddress, String recipientPlace, String recipientIban, String description, Double amount, Nullable<DateTime> deadline = null, String recipientSiModel = "SI00", String recipientSiReference = "", String code = "OTHR") #

Creates a Slovenian UPN QR payment payload.

Parameters

payerName System.String requiredposition: 0
payerAddress System.String requiredposition: 1
payerPlace System.String requiredposition: 2
recipientName System.String requiredposition: 3
recipientAddress System.String requiredposition: 4
recipientPlace System.String requiredposition: 5
recipientIban System.String requiredposition: 6
description System.String requiredposition: 7
amount System.Double requiredposition: 8
deadline System.Nullable{System.DateTime} = null optionalposition: 9
recipientSiModel System.String = "SI00" optionalposition: 10
recipientSiReference System.String = "" optionalposition: 11
code System.String = "OTHR" optionalposition: 12

Methods

public QrPayloadData ToPayloadData() #
Returns: QrPayloadData

Converts this payload to a QR payload with recommended settings.

public override String ToString() #
Returns: String

Returns the Slovenian UPN QR payload string.