Skip to content

ShippingMethodRequest

// RB2 Core Connect
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CoreConnect.Commerce.Cart;
public class ShippingMethodRequest : CartRequest
{
public string? CountryCode { set; get; }
}