コード例 #1
0
 public static string AcumaticaCustId(this ShopifyCustomer input)
 {
     return(input.HasMatch() ? input.Match().AcumaticaCustomerId : null);
 }
コード例 #2
0
 public static bool HasMatch(this ShopifyCustomer input)
 {
     return(input.Match() != null);
 }