paymentRecord
The details of the payment transaction.
Declaration
@NSCopying var paymentRecord: INPaymentRecord? { get set }Discussion
Assign an object to this property that contains the details of the financial transaction. Include as much information as possible in the payment record.
The default value of this property is nil.