Class Recipient
The recipient of the payment.
Inheritance
System.Object
Recipient
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public class Recipient : object
Constructors
| Improve this Doc View SourceRecipient(String)
Declaration
public Recipient(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the recipient of the payment. For the transaction type "card", this is the merchant name. |
Properties
| Improve this Doc View SourceName
The name of the recipient of the payment. For the transaction type "card", this is the merchant name.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |