Search Results for

    Show / Hide Table of Contents

    Class NewPayment

    Inheritance
    System.Object
    NewPayment
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class NewPayment : Object

    Constructors

    NewPayment()

    Declaration
    public NewPayment()

    Properties

    Address

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

    Amount

    Declaration
    public double Amount { get; set; }
    Property Value
    Type Description
    System.Double

    BillingInfo

    Declaration
    public PaymentMethodBillingInfo BillingInfo { get; set; }
    Property Value
    Type Description
    PaymentMethodBillingInfo

    CardType

    Declaration
    public string CardType { get; set; }
    Property Value
    Type Description
    System.String

    CurrencyCode

    Declaration
    public string CurrencyCode { get; set; }
    Property Value
    Type Description
    System.String

    ExpireDate

    Declaration
    public DateTime ExpireDate { get; set; }
    Property Value
    Type Description
    System.DateTime

    FirstSix

    Declaration
    public string FirstSix { get; set; }
    Property Value
    Type Description
    System.String

    FraudPreventionData

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

    Input1

    Declaration
    public string Input1 { get; set; }
    Property Value
    Type Description
    System.String

    Input2

    Declaration
    public string Input2 { get; set; }
    Property Value
    Type Description
    System.String

    InputMonth

    Declaration
    public int InputMonth { get; set; }
    Property Value
    Type Description
    System.Int32

    InputYear

    Declaration
    public int InputYear { get; set; }
    Property Value
    Type Description
    System.Int32

    Last4

    Declaration
    public string Last4 { get; set; }
    Property Value
    Type Description
    System.String

    MerchantId

    Declaration
    public int MerchantId { get; set; }
    Property Value
    Type Description
    System.Int32

    OrderPaymentId

    Declaration
    public int OrderPaymentId { get; set; }
    Property Value
    Type Description
    System.Int32

    ProfileType

    Declaration
    public OnFileProfile ProfileType { get; set; }
    Property Value
    Type Description
    OnFileProfile

    RedirectUrl

    Declaration
    public string RedirectUrl { get; set; }
    Property Value
    Type Description
    System.String

    SecurityCode

    Declaration
    public string SecurityCode { get; set; }
    Property Value
    Type Description
    System.String

    Token

    Declaration
    public string Token { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX