/// <remarks/> public void CreateCustomerProfileFromTransactionAsync(MerchantAuthenticationType merchantAuthentication, string transId) { this.CreateCustomerProfileFromTransactionAsync(merchantAuthentication, transId, null); }
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])); }
/// <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); }
/// <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); }
/// <remarks/> public void GetCustomerProfileIdsAsync(MerchantAuthenticationType merchantAuthentication) { this.GetCustomerProfileIdsAsync(merchantAuthentication, null); }
/// <remarks/> public void CreateCustomerProfileTransactionAsync(MerchantAuthenticationType merchantAuthentication, ProfileTransactionType transaction, string extraOptions) { this.CreateCustomerProfileTransactionAsync(merchantAuthentication, transaction, extraOptions, null); }
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])); }
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])); }
/// <remarks/> public void UpdateCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerPaymentProfileExType paymentProfile, ValidationModeEnum validationMode) { this.UpdateCustomerPaymentProfileAsync(merchantAuthentication, customerProfileId, paymentProfile, validationMode, null); }
/// <remarks/> public void UpdateCustomerProfileAsync(MerchantAuthenticationType merchantAuthentication, CustomerProfileExType profile) { this.UpdateCustomerProfileAsync(merchantAuthentication, profile, null); }
/// <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); }
public UpdateCustomerProfileResponseType UpdateCustomerProfile(MerchantAuthenticationType merchantAuthentication, CustomerProfileExType profile) { object[] results = this.Invoke("UpdateCustomerProfile", new object[] { merchantAuthentication, profile}); return ((UpdateCustomerProfileResponseType)(results[0])); }
/// <remarks/> public void GetCustomerProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId) { this.GetCustomerProfileAsync(merchantAuthentication, customerProfileId, null); }
public GetCustomerProfileResponseType GetCustomerProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId) { object[] results = this.Invoke("GetCustomerProfile", new object[] { merchantAuthentication, customerProfileId}); return ((GetCustomerProfileResponseType)(results[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); }
/// <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); }
public CreateCustomerProfileTransactionResponseType CreateCustomerProfileTransaction(MerchantAuthenticationType merchantAuthentication, ProfileTransactionType transaction, string extraOptions) { object[] results = this.Invoke("CreateCustomerProfileTransaction", new object[] { merchantAuthentication, transaction, extraOptions}); return ((CreateCustomerProfileTransactionResponseType)(results[0])); }
public UpdateCustomerShippingAddressResponseType UpdateCustomerShippingAddress(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerAddressExType address) { object[] results = this.Invoke("UpdateCustomerShippingAddress", new object[] { merchantAuthentication, customerProfileId, address}); return ((UpdateCustomerShippingAddressResponseType)(results[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); }
/// <remarks/> public void UpdateCustomerShippingAddressAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, CustomerAddressExType address) { this.UpdateCustomerShippingAddressAsync(merchantAuthentication, customerProfileId, address, null); }
/// <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); }
public DeleteCustomerPaymentProfileResponseType DeleteCustomerPaymentProfile(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId) { object[] results = this.Invoke("DeleteCustomerPaymentProfile", new object[] { merchantAuthentication, customerProfileId, customerPaymentProfileId}); return ((DeleteCustomerPaymentProfileResponseType)(results[0])); }
public GetCustomerProfileIdsResponseType GetCustomerProfileIds(MerchantAuthenticationType merchantAuthentication) { object[] results = this.Invoke("GetCustomerProfileIds", new object[] { merchantAuthentication}); return ((GetCustomerProfileIdsResponseType)(results[0])); }
/// <remarks/> public void DeleteCustomerPaymentProfileAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerPaymentProfileId) { this.DeleteCustomerPaymentProfileAsync(merchantAuthentication, customerProfileId, customerPaymentProfileId, null); }
/// <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); }
public DeleteCustomerShippingAddressResponseType DeleteCustomerShippingAddress(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerAddressId) { object[] results = this.Invoke("DeleteCustomerShippingAddress", new object[] { merchantAuthentication, customerProfileId, customerAddressId}); return ((DeleteCustomerShippingAddressResponseType)(results[0])); }
/// <remarks/> public void GetHostedProfilePageAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, SettingType[] hostedProfileSettings) { this.GetHostedProfilePageAsync(merchantAuthentication, customerProfileId, hostedProfileSettings, null); }
/// <remarks/> public void DeleteCustomerShippingAddressAsync(MerchantAuthenticationType merchantAuthentication, long customerProfileId, long customerAddressId) { this.DeleteCustomerShippingAddressAsync(merchantAuthentication, customerProfileId, customerAddressId, null); }
public UpdateSplitTenderGroupResponseType UpdateSplitTenderGroup(MerchantAuthenticationType merchantAuthentication, long splitTenderId, SplitTenderStatusEnum splitTenderStatus) { object[] results = this.Invoke("UpdateSplitTenderGroup", new object[] { merchantAuthentication, splitTenderId, splitTenderStatus}); return ((UpdateSplitTenderGroupResponseType)(results[0])); }
public CreateCustomerProfileResponseType CreateCustomerProfileFromTransaction(MerchantAuthenticationType merchantAuthentication, string transId) { object[] results = this.Invoke("CreateCustomerProfileFromTransaction", new object[] { merchantAuthentication, transId}); return ((CreateCustomerProfileResponseType)(results[0])); }