Метод | Описание | |
---|---|---|
AddToCleanup ( String id, String type ) : void | ||
CleanUp ( ) : void | ||
CreatSubscriptionRequest ( ) : SubscribeRequest | ||
CreatSubscriptionRequest ( System.DateTime date ) : SubscribeRequest | ||
CreateAmendRequest ( String subscriptionId, String type ) : AmendRequest | ||
CreateProductRatePlanChargeToUpdate ( ) : String | ||
CreateRatePlanToSubscribe ( ) : String | ||
CreateTieredProductRatePlanChargeToUpdate ( ) : String | ||
MakeOverPayment ( String accountId ) : List |
||
MakeRefund ( |
||
MakeSubscription ( bool processPayment ) : |
||
MakeSubscription ( bool processPayment, bool generateInvoice, System.DateTime date ) : |
||
MakeTestAccount ( ) : Account | ||
MakeTestContact ( ) : Contact | ||
MakeTestPaymentMethod ( ) : PaymentMethod | ||
MakeTestProduct ( ) : Product | ||
MakeTestProductRatePlan ( String pid ) : ProductRatePlan | ||
MakeTestProductRatePlanCharge ( String prpid ) : ProductRatePlanCharge | ||
MakeTestProductRatePlanChargeTierData ( ) : ProductRatePlanChargeTier[] | ||
MakeTestSubscription ( ) : Subscription | ||
MakeTestSubscription ( System.DateTime date ) : Subscription | ||
MakeTestTieredProductRatePlanCharge ( String prpid ) : ProductRatePlanCharge | ||
MakeTestTieredProductRatePlanChargeTierData ( ) : ProductRatePlanChargeTier[] | ||
ZuoraTestHelper ( ) : System |
public AddToCleanup ( String id, String type ) : void | ||
id | String | |
type | String | |
Результат | void |
public CreatSubscriptionRequest ( ) : SubscribeRequest | ||
Результат | SubscribeRequest |
public CreatSubscriptionRequest ( System.DateTime date ) : SubscribeRequest | ||
date | System.DateTime | |
Результат | SubscribeRequest |
public CreateAmendRequest ( String subscriptionId, String type ) : AmendRequest | ||
subscriptionId | String | |
type | String | |
Результат | AmendRequest |
public CreateProductRatePlanChargeToUpdate ( ) : String | ||
Результат | String |
public CreateRatePlanToSubscribe ( ) : String | ||
Результат | String |
public CreateTieredProductRatePlanChargeToUpdate ( ) : String | ||
Результат | String |
public MakeOverPayment ( String accountId ) : List |
||
accountId | String | |
Результат | List |
public MakeRefund ( |
||
sub | ||
inv | Invoice | |
Результат | void |
public MakeSubscription ( bool processPayment ) : |
||
processPayment | bool | |
Результат |
public MakeSubscription ( bool processPayment, bool generateInvoice, System.DateTime date ) : |
||
processPayment | bool | |
generateInvoice | bool | |
date | System.DateTime | |
Результат |
public MakeTestPaymentMethod ( ) : PaymentMethod | ||
Результат | PaymentMethod |
public MakeTestProductRatePlan ( String pid ) : ProductRatePlan | ||
pid | String | |
Результат | ProductRatePlan |
public MakeTestProductRatePlanCharge ( String prpid ) : ProductRatePlanCharge | ||
prpid | String | |
Результат | ProductRatePlanCharge |
public MakeTestProductRatePlanChargeTierData ( ) : ProductRatePlanChargeTier[] | ||
Результат | ProductRatePlanChargeTier[] |
public MakeTestSubscription ( ) : Subscription | ||
Результат | Subscription |
public MakeTestSubscription ( System.DateTime date ) : Subscription | ||
date | System.DateTime | |
Результат | Subscription |
public MakeTestTieredProductRatePlanCharge ( String prpid ) : ProductRatePlanCharge | ||
prpid | String | |
Результат | ProductRatePlanCharge |
public MakeTestTieredProductRatePlanChargeTierData ( ) : ProductRatePlanChargeTier[] | ||
Результат | ProductRatePlanChargeTier[] |