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