Method | Description | |
---|---|---|
__construct ( $href = null, $client = null ) | ||
buildUsage ( $addOnCode, $client = null ) | ||
cancel ( ) | Cancel the subscription; it will remain active until it renews. | |
create ( ) | ||
get ( $uuid, $client = null ) | ||
postpone ( $nextRenewalDate, $bulk = false ) | Postpone a subscription's renewal date. | |
preview ( ) | Preview the creation and check for errors. | |
reactivate ( ) | Reactivate a canceled subscription. The subscription will return back to the active, auto renewing state. | |
terminateAndPartialRefund ( ) | Terminate the subscription immediately and issue a prorated/partial refund of the last renewal | |
terminateAndRefund ( ) | Terminate the subscription immediately and issue a full refund of the last renewal | |
terminateWithoutRefund ( ) | Terminate the subscription immediately without a refund | |
updateAtRenewal ( ) | Make an update that applies when the subscription renews. | |
updateImmediately ( ) | Make an update that takes effect immediately. | |
updateNotes ( $notes ) | Updates the notes fields of the subscription without generating a SubscriptionChange. | |
usages ( $addOnCode, $params = null ) |
Method | Description | |
---|---|---|
getNodeName ( ) | ||
getWriteableAttributes ( ) | ||
uri ( ) | ||
uriForSubscription ( $uuid ) |
Method | Description | |
---|---|---|
terminate ( $refundType ) |
public cancel ( ) |
public postpone ( $nextRenewalDate, $bulk = false ) |
public preview ( ) |
public reactivate ( ) |
public terminateAndPartialRefund ( ) |
public terminateAndRefund ( ) |
public terminateWithoutRefund ( ) |
public updateAtRenewal ( ) |
public updateImmediately ( ) |
public updateNotes ( $notes ) |