Table of Contents

Class SendDirectWhatsAppRequest

Namespace
KadicErp.WebApi.Controllers.RentACar
Assembly
KadicErp.WebApi.dll
public sealed record SendDirectWhatsAppRequest
Inheritance
object
SendDirectWhatsAppRequest

Constructors

SendDirectWhatsAppRequest(string, string, string)

public SendDirectWhatsAppRequest(string PhoneNumber, string Message, string ReminderType = "DIRECT_MESSAGE")

Parameters

PhoneNumber string
Message string
ReminderType string

Properties

Message

public string Message { get; init; }

Property Value

string

PhoneNumber

public string PhoneNumber { get; init; }

Property Value

string

ReminderType

public string ReminderType { get; init; }

Property Value

string