Money

extension Money : AutomationValue, Copyable, Equatable, Escapable, Hashable, Sendable, StructDataRepresentable
  • Initializes a Money object from a Google_Type_Money proto.

    Declaration

    Swift

    init(decoder: TraitDecoder) throws
  • Returns a Google_Type_Money proto representation of the Money object.

    Declaration

    Swift

    func encode(with encoder: TraitEncoder) throws