Ejemplo n.º 1
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "biz_content", BizContent }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "agent_channel", AgentChannel },
                { "agent_code", AgentCode },
                { "agreement_id", AgreementId },
                { "pay_password_token", PayPasswordToken },
                { "user_id", UserId }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "alipay_order_no", AlipayOrderNo },
                { "amount", Amount },
                { "memo", Memo },
                { "receive_user_id", ReceiveUserId },
                { "transfer_out_order_no", TransferOutOrderNo }
            };

            return(parameters);
        }
Ejemplo n.º 4
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "agent_code", AgentCode },
                { "agreement_id", AgreementId },
                { "alipay_user_id", AlipayUserId },
                { "card_name", CardName },
                { "card_no", CardNo },
                { "public_id", PublicId }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "alipay_user_id", AlipayUserId },
                { "fields", Fields }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
Ejemplo n.º 6
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "check_signcard", CheckSigncard },
                { "f_return_url", FReturnUrl },
                { "has_spi", HasSpi },
                { "operator_name", OperatorName },
                { "province_name", ProvinceName },
                { "s_return_url", SReturnUrl }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "cache_interval", CacheInterval },
                { "query_conditions", QueryConditions },
                { "service_name", ServiceName },
                { "visit_biz", VisitBiz },
                { "visit_biz_line", VisitBizLine },
                { "visit_domain", VisitDomain }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "memo", Memo },
                { "merchant_order_no", MerchantOrderNo },
                { "order_time", OrderTime },
                { "point_count", PointCount },
                { "user_symbol", UserSymbol },
                { "user_symbol_type", UserSymbolType }
            };

            return(parameters);
        }
Ejemplo n.º 9
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "cert_template_ids", CertTemplateIds },
                { "user_id", UserId }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
Ejemplo n.º 10
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "channel_id", ChannelId },
                { "serial_number", SerialNumber },
                { "status", Status },
                { "tpl_params", TplParams },
                { "verify_code", VerifyCode },
                { "verify_type", VerifyType }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "scene", Scene },
                { "type", Type }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
Ejemplo n.º 12
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "order_type", OrderType },
                { "sub_order_type", SubOrderType }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "template_id", TemplateId },
                { "trade_setting", TradeSetting }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
Ejemplo n.º 14
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "agreement_id", AgreementId },
                { "bind_account_no", BindAccountNo },
                { "biz_content", BizContent },
                { "display_name", DisplayName },
                { "from_user_id", FromUserId },
                { "real_name", RealName }
            };

            return(parameters);
        }
Ejemplo n.º 15
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "biz_from", BizFrom },
                { "biz_id", BizId },
                { "cert_name", CertName },
                { "cert_no", CertNo },
                { "certify_from", CertifyFrom },
                { "force_public", ForcePublic }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "applet_id", AppletId },
                { "user_id", UserId }
            };

            if (udfParams != null)
            {
                parameters.AddAll(udfParams);
            }
            return(parameters);
        }
Ejemplo n.º 17
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "app_name", AppName },
                { "batch_no", BatchNo },
                { "business_license_no", BusinessLicenseNo },
                { "date_limitation", DateLimitation },
                { "long_term", LongTerm },
                { "mcc_code", MccCode }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "bill_key", BillKey },
                { "charge_inst", ChargeInst },
                { "chargeoff_inst", ChargeoffInst },
                { "company_id", CompanyId },
                { "extend", Extend },
                { "order_type", OrderType },
                { "sub_order_type", SubOrderType }
            };

            return(parameters);
        }
Ejemplo n.º 19
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "app_category_ids", AppCategoryIds },
                { "app_desc", AppDesc },
                { "app_english_name", AppEnglishName },
                { "app_name", AppName },
                { "app_slogan", AppSlogan },
                { "service_email", ServiceEmail },
                { "service_phone", ServicePhone }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "biz_ext_params", BizExtParams },
                { "columns", Columns },
                { "file_charset", FileCharset },
                { "file_description", FileDescription },
                { "file_type", FileType },
                { "primary_key_columns", PrimaryKeyColumns },
                { "records", Records }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "apdid", Apdid },
                { "app_version", AppVersion },
                { "appid", Appid },
                { "hid", Hid },
                { "mobile", Mobile },
                { "sdk_version", SdkVersion },
                { "umid", Umid }
            };

            return(parameters);
        }
Ejemplo n.º 22
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "batch_no", BatchNo },
                { "business_license_no", BusinessLicenseNo },
                { "date_limitation", DateLimitation },
                { "long_term", LongTerm },
                { "mcc_code", MccCode },
                { "rate", Rate },
                { "sign_and_auth", SignAndAuth }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "apply_no", ApplyNo },
                { "biz_ext_info", BizExtInfo },
                { "memo", Memo },
                { "operated_time", OperatedTime },
                { "operated_type", OperatedType },
                { "operator", Operator },
                { "out_request_no", OutRequestNo }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "drawndn_no", DrawndnNo },
                { "end", End },
                { "entity_code", EntityCode },
                { "entity_name", EntityName },
                { "isv_code", IsvCode },
                { "org_code", OrgCode },
                { "start", Start }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "catagory_id", CatagoryId },
                { "contact_email", ContactEmail },
                { "contact_tel", ContactTel },
                { "content", Content },
                { "customer_tel", CustomerTel },
                { "life_name", LifeName },
                { "user_id", UserId }
            };

            return(parameters);
        }
Ejemplo n.º 26
0
 public IDictionary<string, string> GetParameters()
 {
     var parameters = new AlipayDictionary
     {
         { "address", Address },
         { "biz_id", BizId },
         { "credit_code", CreditCode },
         { "ent_legal_name", EntLegalName },
         { "ent_name", EntName },
         { "expires", Expires },
         { "expires_end", ExpiresEnd },
         { "expires_start", ExpiresStart }
     };
     return parameters;
 }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "biz_ext_params", BizExtParams },
                { "columns", Columns },
                { "file_charset", FileCharset },
                { "linked_merchant_id", LinkedMerchantId },
                { "primary_key_columns", PrimaryKeyColumns },
                { "records", Records },
                { "scene_code", SceneCode }
            };

            return(parameters);
        }
Ejemplo n.º 28
0
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "channel_id", ChannelId },
                { "ext_info", ExtInfo },
                { "pass", Pass },
                { "serial_number", SerialNumber },
                { "status", Status },
                { "verify_code", VerifyCode },
                { "verify_type", VerifyType }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "operator_id", OperatorId },
                { "operator_type", OperatorType },
                { "out_request_no", OutRequestNo },
                { "out_trade_no", OutTradeNo },
                { "ref_ids", RefIds },
                { "refund_amount", RefundAmount },
                { "refund_reason", RefundReason },
                { "trade_no", TradeNo }
            };

            return(parameters);
        }
        public IDictionary <string, string> GetParameters()
        {
            var parameters = new AlipayDictionary
            {
                { "app_name", AppName },
                { "auth_pic", AuthPic },
                { "license_url", LicenseUrl },
                { "logo_url", LogoUrl },
                { "public_greeting", PublicGreeting },
                { "shop_pic1", ShopPic1 },
                { "shop_pic2", ShopPic2 },
                { "shop_pic3", ShopPic3 }
            };

            return(parameters);
        }