Search Results for

    Show / Hide Table of Contents

    Class DeletePaymentMethodHookRequest

    Inheritance
    System.Object
    DeletePaymentMethodHookRequest
    Namespace: DirectScale.Disco.Extension.Hooks.Merchants.MoneyIn
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class DeletePaymentMethodHookRequest : Object

    Constructors

    DeletePaymentMethodHookRequest()

    Declaration
    public DeletePaymentMethodHookRequest()

    Properties

    AssociateId

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

    MerchantId

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

    PaymentMethodId

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