예제 #1
0
 /// <remarks/>
 public void CreateCustomerProfileFromTransactionAsync(MerchantAuthenticationType merchantAuthentication, string transId) {
     this.CreateCustomerProfileFromTransactionAsync(merchantAuthentication, transId, null);
 }
예제 #2
0
 public GetHostedProfilePageResponseType GetHostedProfilePage(MerchantAuthenticationType merchantAuthentication, long customerProfileId, [System.Xml.Serialization.XmlArrayItemAttribute("setting", IsNullable=false)] SettingType[] hostedProfileSettings) {
     object[] results = this.Invoke("GetHostedProfilePage", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 hostedProfileSettings});
     return ((GetHostedProfilePageResponseType)(results[0]));
 }
예제 #3
0
 /// <remarks/>
 public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings, object userState) {
     if ((this.GetHostedProfilePageOperationCompleted == null)) {
         this.GetHostedProfilePageOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetHostedProfilePageOperationCompleted);
     }
     this.InvokeAsync("GetHostedProfilePage", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 hostedProfileSettings}, this.GetHostedProfilePageOperationCompleted, userState);
 }
예제 #4
0
 /// <remarks/>
 public void ValidateCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId, long customerShippingAddressId, string cardCode, ValidationModeEnum validationMode, object userState) {
     if ((this.ValidateCustomerPaymentProfileOperationCompleted == null)) {
         this.ValidateCustomerPaymentProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnValidateCustomerPaymentProfileOperationCompleted);
     }
     this.InvokeAsync("ValidateCustomerPaymentProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 customerPaymentProfileId,
                 customerShippingAddressId,
                 cardCode,
                 validationMode}, this.ValidateCustomerPaymentProfileOperationCompleted, userState);
 }
예제 #5
0
 /// <remarks/>
 public void GetCustomerProfileIdsAsync(MerchantAuthenticationType merchantAuthentication) {
     this.GetCustomerProfileIdsAsync(merchantAuthentication, null);
 }
예제 #6
0
 /// <remarks/>
 public void CreateCustomerProfileTransactionAsync(MerchantAuthenticationType merchantAuthentication, ProfileTransactionType transaction, string extraOptions) {
     this.CreateCustomerProfileTransactionAsync(merchantAuthentication, transaction, extraOptions, null);
 }
예제 #7
0
 public ValidateCustomerPaymentProfileResponseType ValidateCustomerPaymentProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId, long customerShippingAddressId, string cardCode, ValidationModeEnum validationMode) {
     object[] results = this.Invoke("ValidateCustomerPaymentProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 customerPaymentProfileId,
                 customerShippingAddressId,
                 cardCode,
                 validationMode});
     return ((ValidateCustomerPaymentProfileResponseType)(results[0]));
 }
예제 #8
0
 public UpdateCustomerPaymentProfileResponseType UpdateCustomerPaymentProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerPaymentProfileExType paymentProfile, ValidationModeEnum validationMode) {
     object[] results = this.Invoke("UpdateCustomerPaymentProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 paymentProfile,
                 validationMode});
     return ((UpdateCustomerPaymentProfileResponseType)(results[0]));
 }
예제 #9
0
 /// <remarks/>
 public void UpdateCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerPaymentProfileExType paymentProfile, ValidationModeEnum validationMode) {
     this.UpdateCustomerPaymentProfileAsync(merchantAuthentication, customerProfileId, paymentProfile, validationMode, null);
 }
예제 #10
0
 /// <remarks/>
 public void UpdateCustomerProfileAsync(MerchantAuthenticationType merchantAuthentication, CustomerProfileExType profile) {
     this.UpdateCustomerProfileAsync(merchantAuthentication, profile, null);
 }
예제 #11
0
 /// <remarks/>
 public void UpdateCustomerProfileAsync(MerchantAuthenticationType merchantAuthentication, CustomerProfileExType profile, object userState) {
     if ((this.UpdateCustomerProfileOperationCompleted == null)) {
         this.UpdateCustomerProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerProfileOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerProfile", new object[] {
                 merchantAuthentication,
                 profile}, this.UpdateCustomerProfileOperationCompleted, userState);
 }
예제 #12
0
 public UpdateCustomerProfileResponseType UpdateCustomerProfile(MerchantAuthenticationType merchantAuthentication, CustomerProfileExType profile) {
     object[] results = this.Invoke("UpdateCustomerProfile", new object[] {
                 merchantAuthentication,
                 profile});
     return ((UpdateCustomerProfileResponseType)(results[0]));
 }
예제 #13
0
 /// <remarks/>
 public void GetCustomerProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId) {
     this.GetCustomerProfileAsync(merchantAuthentication, customerProfileId, null);
 }
예제 #14
0
 public GetCustomerProfileResponseType GetCustomerProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId) {
     object[] results = this.Invoke("GetCustomerProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId});
     return ((GetCustomerProfileResponseType)(results[0]));
 }
예제 #15
0
 /// <remarks/>
 public void DeleteCustomerShippingAddressAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerAddressId, object userState) {
     if ((this.DeleteCustomerShippingAddressOperationCompleted == null)) {
         this.DeleteCustomerShippingAddressOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDeleteCustomerShippingAddressOperationCompleted);
     }
     this.InvokeAsync("DeleteCustomerShippingAddress", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 customerAddressId}, this.DeleteCustomerShippingAddressOperationCompleted, userState);
 }
예제 #16
0
 /// <remarks/>
 public void UpdateCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerPaymentProfileExType paymentProfile, ValidationModeEnum validationMode, object userState) {
     if ((this.UpdateCustomerPaymentProfileOperationCompleted == null)) {
         this.UpdateCustomerPaymentProfileOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateCustomerPaymentProfileOperationCompleted);
     }
     this.InvokeAsync("UpdateCustomerPaymentProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 paymentProfile,
                 validationMode}, this.UpdateCustomerPaymentProfileOperationCompleted, userState);
 }
예제 #17
0
 public CreateCustomerProfileTransactionResponseType CreateCustomerProfileTransaction(MerchantAuthenticationType merchantAuthentication, ProfileTransactionType transaction, string extraOptions) {
     object[] results = this.Invoke("CreateCustomerProfileTransaction", new object[] {
                 merchantAuthentication,
                 transaction,
                 extraOptions});
     return ((CreateCustomerProfileTransactionResponseType)(results[0]));
 }
예제 #18
0
 public UpdateCustomerShippingAddressResponseType UpdateCustomerShippingAddress(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerAddressExType address) {
     object[] results = this.Invoke("UpdateCustomerShippingAddress", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 address});
     return ((UpdateCustomerShippingAddressResponseType)(results[0]));
 }
예제 #19
0
 /// <remarks/>
 public void CreateCustomerProfileTransactionAsync(MerchantAuthenticationType merchantAuthentication, ProfileTransactionType transaction, string extraOptions, object userState) {
     if ((this.CreateCustomerProfileTransactionOperationCompleted == null)) {
         this.CreateCustomerProfileTransactionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnCreateCustomerProfileTransactionOperationCompleted);
     }
     this.InvokeAsync("CreateCustomerProfileTransaction", new object[] {
                 merchantAuthentication,
                 transaction,
                 extraOptions}, this.CreateCustomerProfileTransactionOperationCompleted, userState);
 }
예제 #20
0
 /// <remarks/>
 public void UpdateCustomerShippingAddressAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerAddressExType address) {
     this.UpdateCustomerShippingAddressAsync(merchantAuthentication, customerProfileId, address, null);
 }
예제 #21
0
 /// <remarks/>
 public void ValidateCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId, long customerShippingAddressId, string cardCode, ValidationModeEnum validationMode) {
     this.ValidateCustomerPaymentProfileAsync(merchantAuthentication, customerProfileId, customerPaymentProfileId, customerShippingAddressId, cardCode, validationMode, null);
 }
예제 #22
0
 public DeleteCustomerPaymentProfileResponseType DeleteCustomerPaymentProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId) {
     object[] results = this.Invoke("DeleteCustomerPaymentProfile", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 customerPaymentProfileId});
     return ((DeleteCustomerPaymentProfileResponseType)(results[0]));
 }
예제 #23
0
 public GetCustomerProfileIdsResponseType GetCustomerProfileIds(MerchantAuthenticationType merchantAuthentication) {
     object[] results = this.Invoke("GetCustomerProfileIds", new object[] {
                 merchantAuthentication});
     return ((GetCustomerProfileIdsResponseType)(results[0]));
 }
예제 #24
0
 /// <remarks/>
 public void DeleteCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId) {
     this.DeleteCustomerPaymentProfileAsync(merchantAuthentication, customerProfileId, customerPaymentProfileId, null);
 }
예제 #25
0
 /// <remarks/>
 public void GetCustomerProfileIdsAsync(MerchantAuthenticationType merchantAuthentication, object userState) {
     if ((this.GetCustomerProfileIdsOperationCompleted == null)) {
         this.GetCustomerProfileIdsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCustomerProfileIdsOperationCompleted);
     }
     this.InvokeAsync("GetCustomerProfileIds", new object[] {
                 merchantAuthentication}, this.GetCustomerProfileIdsOperationCompleted, userState);
 }
예제 #26
0
 public DeleteCustomerShippingAddressResponseType DeleteCustomerShippingAddress(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerAddressId) {
     object[] results = this.Invoke("DeleteCustomerShippingAddress", new object[] {
                 merchantAuthentication,
                 customerProfileId,
                 customerAddressId});
     return ((DeleteCustomerShippingAddressResponseType)(results[0]));
 }
예제 #27
0
 /// <remarks/>
 public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings) {
     this.GetHostedProfilePageAsync(merchantAuthentication, customerProfileId, hostedProfileSettings, null);
 }
예제 #28
0
 /// <remarks/>
 public void DeleteCustomerShippingAddressAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerAddressId) {
     this.DeleteCustomerShippingAddressAsync(merchantAuthentication, customerProfileId, customerAddressId, null);
 }
예제 #29
0
 public UpdateSplitTenderGroupResponseType UpdateSplitTenderGroup(MerchantAuthenticationType merchantAuthentication, long splitTenderId, SplitTenderStatusEnum splitTenderStatus) {
     object[] results = this.Invoke("UpdateSplitTenderGroup", new object[] {
                 merchantAuthentication,
                 splitTenderId,
                 splitTenderStatus});
     return ((UpdateSplitTenderGroupResponseType)(results[0]));
 }
예제 #30
0
 public CreateCustomerProfileResponseType CreateCustomerProfileFromTransaction(MerchantAuthenticationType merchantAuthentication, string transId) {
     object[] results = this.Invoke("CreateCustomerProfileFromTransaction", new object[] {
                 merchantAuthentication,
                 transId});
     return ((CreateCustomerProfileResponseType)(results[0]));
 }