Class AutoshipHooks
Inheritance
System.Object
AutoshipHooks
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class AutoshipHooks : MarshalByRefObject
Properties
ApplyAutoshipCouponCodes
Declaration
public Hook<ApplyAutoshipCouponCodesHookRequest, ApplyAutoshipCouponCodesHookResponse> ApplyAutoshipCouponCodes { get; }
Property Value
CancelAutoship
Declaration
public Hook<CancelAutoshipHookRequest, CancelAutoshipHookResponse> CancelAutoship { get; }
Property Value
CreateAutoship
Declaration
public Hook<CreateAutoshipHookRequest, CreateAutoshipHookResponse> CreateAutoship { get; }
Property Value
GetAutoshipBackupPayment
Declaration
public Hook<GetAutoshipBackupPaymentHookRequest, GetAutoshipBackupPaymentHookResponse> GetAutoshipBackupPayment { get; }
Property Value
GetAutoshipChargeRules
Declaration
public Hook<GetAutoshipChargeRulesRequest, GetAutoshipChargeRulesResponse> GetAutoshipChargeRules { get; }
Property Value
GetAutoshipOrderRetryRules
Declaration
public Hook<GetAutoshipOrderRetryRulesRequest, GetAutoshipOrderRetryRulesResponse> GetAutoshipOrderRetryRules { get; }
Property Value
GetAutoships
Declaration
public Hook<GetAutoshipsHookRequest, GetAutoshipsHookResponse> GetAutoships { get; }
Property Value
ShouldChargeAutoship
Declaration
public Hook<ShouldChargeAutoshipHookRequest, ShouldChargeAutoshipHookResponse> ShouldChargeAutoship { get; }
Property Value
ShouldRetryAutoshipOrder
Declaration
public Hook<ShouldRetryAutoshipOrderHookRequest, ShouldRetryAutoshipOrderHookResponse> ShouldRetryAutoshipOrder { get; }
Property Value
UpdateAutoship
Declaration
public Hook<UpdateAutoshipHookRequest, UpdateAutoshipHookResponse> UpdateAutoship { get; }
Property Value