Table of Contents

Class OrderFulfillmentResult

Namespace
GastroSky.Models
Assembly
GastroSky.Models.dll
public class OrderFulfillmentResult
Inheritance
OrderFulfillmentResult
Inherited Members

Properties

ErrorMessage

public string? ErrorMessage { get; init; }

Property Value

string

OrderId

public required long OrderId { get; init; }

Property Value

long

Success

public required bool Success { get; init; }

Property Value

bool