USD
public struct USD : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The fractional portion, in cents, of the amount.
Declaration
Swift
public let cents: Int?
-
The whole number of dollars in the amount.
Declaration
Swift
public let dollars: Int?
-
Fractions of a cent, in tenths.
Declaration
Swift
public let tenthFractionsOfACent: Int?
-
Undocumented
Declaration
Swift
public init(cents: Int? = nil, dollars: Int? = nil, tenthFractionsOfACent: Int? = nil)
-
Declaration
Swift
public func validate(name: String) throws