CorePaymentType

public enum CorePaymentType : String, CaseIterable, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case charge
  • Undocumented

    Declaration

    Swift

    case refund
  • Declaration

    Swift

    public init(from decoder: any Decoder) throws