Meta

public class Meta : APIModel

Undocumented

  • Merchant name if the request was made in a way that a merchant name can be determined. For example if requesting payment methods for a specific gas station, it is the merchant name at that gas station.

    Declaration

    Swift

    public var merchantName: String?
  • Undocumented

    Declaration

    Swift

    public init(merchantName: String? = nil)
  • Declaration

    Swift

    public required init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Undocumented

    Declaration

    Swift

    public func isEqual(to object: Any?) -> Bool
  • Declaration

    Swift

    public static func == (lhs: Meta, rhs: Meta) -> Bool