Table of Contents

Class OrderCreationResponseDto

Namespace
GastroSky.Models.DTO.Order
Assembly
GastroSky.Models.dll
public sealed class OrderCreationResponseDto
Inheritance
OrderCreationResponseDto
Inherited Members

Properties

PaymentUrl

public string PaymentUrl { get; set; }

Property Value

string

UnavailableProductsSKU

public ICollection<string> UnavailableProductsSKU { get; set; }

Property Value

ICollection<string>