Spring '24 (API version 60.0)
Newer Version Available
RichMessaging
ShippingMethod のコンストラクターは次のとおりです。
public ShippingMethod(String label, Double amount, String detail, String identifier)
public ShippingMethod()
ShippingMethod のプロパティは次のとおりです。
public Double amount {get; set;}
型: Double
public Double amountValue {get; set;}
public String detail {get; set;}
型: String
public String detailValue {get; set;}
public String identifier {get; set;}
public String identifierValue {get; set;}
public String label {get; set;}
public String labelValue {get; set;}
public String shippingMethodType {get; set;}