예제 #1
0
 public UrlPaymentMethod(SupportedMethodsType supportedMethodType = SupportedMethodsType.Custom)
 {
     SupportedMethods = supportedMethodType.GetUrl();
 }