You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param string $account_id Account ID or code. For ID no prefix is used e.g. `e28zov4fw0v2`. For code use prefix `code-`, e.g. `code-bob`.
550
+
* @param string $coupon_redemption_id Coupon Redemption ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
551
+
* @param array $options Associative array of optional parameters
552
+
*
553
+
* @return \Recurly\Resources\CouponRedemption A coupon redemption.
* @param string $account_id Account ID or code. For ID no prefix is used e.g. `e28zov4fw0v2`. For code use prefix `code-`, e.g. `code-bob`.
566
+
* @param string $coupon_redemption_id Coupon Redemption ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
567
+
* @param array $options Associative array of optional parameters
@@ -3196,6 +3228,38 @@ public function listSubscriptionCouponRedemptions(string $subscription_id, array
3196
3228
returnnew \Recurly\Pager($this, $path, $options);
3197
3229
}
3198
3230
3231
+
/**
3232
+
* Show the coupon redemption for a subscription
3233
+
*
3234
+
* @param string $subscription_id Subscription ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
3235
+
* @param string $coupon_redemption_id Coupon Redemption ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
3236
+
* @param array $options Associative array of optional parameters
3237
+
*
3238
+
* @return \Recurly\Resources\CouponRedemption The coupon redemption on a subscription.
* Delete the coupon redemption from a subscription
3249
+
*
3250
+
* @param string $subscription_id Subscription ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
3251
+
* @param string $coupon_redemption_id Coupon Redemption ID or UUID. For ID no prefix is used e.g. `e28zov4fw0v2`. For UUID use prefix `uuid-`, e.g. `uuid-123457890`.
3252
+
* @param array $options Associative array of optional parameters
0 commit comments