We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec2228 commit 32e796aCopy full SHA for 32e796a
src/Riskified/OrderWebhook/Model/PaymentDetails.php
@@ -26,6 +26,13 @@ class PaymentDetails extends AbstractModel {
26
'avs_result_code' => 'string /^[A-Z]+$/i',
27
'cvv_result_code' => 'string /^[A-Z]*$/i',
28
'credit_card_number' => 'string',
29
- 'credit_card_company' => 'string'
+ 'credit_card_company' => 'string',
30
+
31
+ 'payer_email' => 'string optional',
32
+ 'payer_status' => 'string optional',
33
+ 'payer_address_status' => 'string optional',
34
+ 'protection_eligibility' => 'string optional',
35
+ 'payment_status' => 'string optional',
36
+ 'pending_reason' => 'string optional'
37
);
38
}
0 commit comments