SQIPMoney
@interface SQIPMoney : NSObject
Value that will charge the card payment source ID with amount in the specified SQIPCurrency
-
Creates a new money object.
Declaration
Objective-C
- (nonnull instancetype)initWithAmount:(NSInteger)amount currency:(SQIPCurrency)currency;
Parameters
amount
Amount of money that will be charged (i.e 100 in USD will be $1.00)
currency
The currency the payment source ID will be charged in.