Class CardPayoutMethodSpecificInput
Inherited Members
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 |