/// <summary> /// 建構子 /// </summary> public SPCheckOutApi() { ServicePointManager.SecurityProtocol = (SecurityProtocolType)3072; _paraHelper = new ParamterHelper(); ATM = new ATMExtendArguments(); CVS = new CVSExtendArguments(); Send = new SendCommonArguments(); Invoice = new InvoiceExtendArguments(); CreditPayOff = new CreditPayOffExtendArguments(); CreditInstallment = new CreditInstallmentExtendArguments(); CreditRSP = new CreditRSPExtendArguments(); CreditPayment = CreditPayType.None; }