paymentRecord

@Transient
val paymentRecord: PaymentRecord? = null

The PaymentRecord for this PaymentIntent. The SDK separately attempts to fetch the PaymentRecord if attached. If this fetch fails, this field remains null even if paymentRecordId is populated.