PaymentAmount

public struct PaymentAmount : Codable, Equatable

A struct representing a payment amount.

  • The amount in euro cents.

    Declaration

    Swift

    public let euroCents: Int
  • Initializes a new PaymentAmount instance.

    Declaration

    Swift

    public init(euroCents: Int)

    Parameters

    euroCents

    The amount in euro cents.