Contact us
To help us direct you question to the best team to provide an answer please select which option best descibes you.
Code me this,
Code me that,
Can you crack the code
in my Full-Stack?
Which is one of Paysafe's main values?
enum PaysafeMainValues: String { case courageous case open case pioneering case focused } enum OtherValues: String { case honesty case integrity case responsibility case equality } class Paysafe { static let mainValues: [String] = [ PaysafeMainValues.courageous.rawValue, PaysafeMainValues.open.rawValue, PaysafeMainValues.pioneering.rawValue, PaysafeMainValues.focused.rawValue ] static let otherValues: [String] = [ OtherValues.honesty.rawValue, OtherValues.integrity.rawValue, OtherValues.responsibility.rawValue, OtherValues.equality.rawValue ] static let theValueYouArelookingFor: PaysafeMainValues = .courageous }
Please get back to the original page and submit your answer in the form