MonetaryAmount
public struct MonetaryAmount : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The numerical amount of an offering or transaction.
Declaration
Swift
public let amount: Double? -
The currency code of a monetary amount. For example, USD means U.S. dollars.
Declaration
Swift
public let currencyCode: CurrencyCode? -
Undocumented
Declaration
Swift
public init(amount: Double? = nil, currencyCode: CurrencyCode? = nil)
View on GitHub
MonetaryAmount Structure Reference