-
The invoice information for the upcoming transaction.
Declaration
Objective-C
@property (nonatomic, strong, readonly) MNFUpcomingInvoice *_Nonnull invoice;Swift
var invoice: MNFUpcomingInvoice { get } -
The scheduled payment information for the upcoming transaction.
Declaration
Objective-C
@property (nonatomic, strong, readonly) MNFUpcomingScheduledPayment *_Nonnull scheduledPayment;Swift
var scheduledPayment: MNFUpcomingScheduledPayment { get }
View on GitHub