Contents

SKMutablePayment

A mutable request to the App Store to process payment for additional functionality that your app offers.

Declaration

class SKMutablePayment

Mentioned in

Overview

A mutable payment object identifies a product and the quantity of that item the user would like to purchase.

When a mutable payment is added to the payment queue, the payment queue copies the contents into an immutable request before queueing the request. Your app can safely change the contents of the mutable payment object.

Topics

Getting and Setting Attributes

Simulating Buy for Testing

Getting and Setting Discount Details

See Also

Purchases