Search Results for

    Show / Hide Table of Contents

    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 Source

    Recipient(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 Source

    Name

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Active Solution