MNFGlobalChallenge

Objective-C

@interface MNFGlobalChallenge : MNFObject

Swift

class MNFGlobalChallenge : MNFObject

The MNFGlobalChallenge represents a global spending challenge generated by the server.

Immutable properties

  • The target amount for the current global challenge.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSNumber *_Nonnull targetAmount;

    Swift

    var targetAmount: NSNumber { get }
  • The total spent amount in all categories for the current global challenge.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) NSNumber *_Nullable spentAmount;

    Swift

    var spentAmount: NSNumber? { get }