Search Results for

    Show / Hide Table of Contents

    Class CardPayoutMethodSpecificInput

    Inheritance
    object
    AbstractPayoutMethodSpecificInput
    CardPayoutMethodSpecificInput
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payout.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class CardPayoutMethodSpecificInput : AbstractPayoutMethodSpecificInput

    Properties

    Card

    Object containing the card details.

    Declaration
    public Card Card { get; set; }
    Property Value
    Type Description
    Card

    PaymentProductId

    Payment product identifier
    Please see payment products for a full overview of possible values.

    Declaration
    public int? PaymentProductId { get; set; }
    Property Value
    Type Description
    int?

    Recipient

    Object containing the details of the recipient of the payout

    Declaration
    public PayoutRecipient Recipient { get; set; }
    Property Value
    Type Description
    PayoutRecipient

    Token

    ID of the token that holds previously stored card data.
    If both the token and card are provided, then the card takes precedence over the token.

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.