3
我有這將是場兩個對象(無論是存儲信用卡或給定信用卡)之一:貓鼬或模式驗證
payment_method:
cc_token: String
security_code: String
payment_method:
number: String
security_code: String
expiration_month: Number
expiration_year: Number
billing_address:
_type: String
first_name: String
last_name: String
address_line1: String
address_line2: String
zip_code: String
city: String
state: String
phone_number: String
我知道傳遞的數據是要匹配的其中之一,但不是兩者。有沒有爲驗證指定某種OR構造的方法?
數據如何「通過?」你如何確定哪些是運行時? – WiredPrairie