POIPaymentMethod

public struct POIPaymentMethod

Holds constants that represent payment methods.

See POIPaymentDetails for usage.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • American express credit card

    Declaration

    Swift

    public static let amex: String
  • Ampol app

    Declaration

    Swift

    public static let ampol: String
  • Android pay

    Declaration

    Swift

    public static let androidPay: String
  • Apple pay

    Declaration

    Swift

    public static let applePay: String
  • Cash

    Declaration

    Swift

    public static let cash: String
  • Cheque

    Declaration

    Swift

    public static let cheque: String
  • Debit card

    Declaration

    Swift

    public static let debitCard: String
  • Diners club credit card

    Declaration

    Swift

    public static let dinersClub: String
  • Discover credit card

    Declaration

    Swift

    public static let discover: String
  • dkv

    DKV invoicing service

    Declaration

    Swift

    public static let dkv: String
  • Financing

    Declaration

    Swift

    public static let financing: String
  • Mastercard credit card

    Declaration

    Swift

    public static let mastercard: String
  • Motorpass fuel card

    Declaration

    Swift

    public static let motorpass: String
  • PayPal

    Declaration

    Swift

    public static let paypal: String
  • Shell fuel card

    Declaration

    Swift

    public static let shell: String
  • Visa credit card

    Declaration

    Swift

    public static let visa: String