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
/// Redeem a purchase that was made successfully towards the Playstation Store for the current player
6125
+
/// </summary>
6126
+
/// <param name="transaction_id">The transaction id from the PlayStation Store of the purchase to redeem </param>
6127
+
/// <param name="auth_code">The authorization code from the PlayStation Store of the purchase to redeem </param>
6128
+
/// <param name="entitlement_label">The entitlement label configured in the NP service for the entitlement that this redemption relates to </param>
6129
+
/// <param name="onComplete">onComplete Action for handling the response</param>
6130
+
/// <param name="service_label">Optional: The NP service label. </param>
6131
+
/// <param name="service_name">Optional: The abreviation of the service name of the ASM service ID service that was used when configuring the serviceIds. Possible Values: pssdc, cce. Default Value: pssdc </param>
6132
+
/// <param name="environment">Optional: The id of the environment you wish to make the request against. Allowed values: 1, 8, 256 </param>
6133
+
/// <param name="use_count">Optional: The use count for this redemption </param>
6134
+
/// <param name="forPlayerWithUlid">Optional : Execute the request for the specified player. If not supplied, the default player will be used.</param>
/// Redeem a purchase that was made successfully towards the Playstation Store for a class that the current player owns
6171
+
/// </summary>
6172
+
/// <param name="transaction_id">The transaction id from the PlayStation Store of the purchase to redeem </param>
6173
+
/// <param name="auth_code">The authorization code from the PlayStation Store of the purchase to redeem </param>
6174
+
/// <param name="entitlement_label">The entitlement label configured in the NP service for the entitlement that this redemption relates to </param>
6175
+
/// <param name="classId">The id of the class to redeem this purchase for</param>
6176
+
/// <param name="onComplete">onComplete Action for handling the response</param>
6177
+
/// <param name="service_label">Optional: The NP service label. </param>
6178
+
/// <param name="service_name">Optional: The abreviation of the service name of the ASM service ID service that was used when configuring the serviceIds. Possible Values: pssdc, cce. Default Value: pssdc </param>
6179
+
/// <param name="environment">Optional: The id of the environment you wish to make the request against. Allowed values: 1, 8, 256 </param>
6180
+
/// <param name="use_count">Optional: The use count for this redemption </param>
6181
+
/// <param name="forPlayerWithUlid">Optional : Execute the request for the specified player. If not supplied, the default player will be used.</param>
0 commit comments