@@ -412,6 +412,46 @@ class PayPalAccount(object):
412412 PaymentMethodNonceUnknown = "92908"
413413 TokenIsInUse = "92906"
414414
415+ class PayPalPaymentResource (object ):
416+ NonceExpired = "97301"
417+ IdNotSupported = "97302"
418+ NonceRequired = "97303"
419+ InvalidEmail = "97304"
420+ EmailTooLong = "97305"
421+ ExpectedLineItemCollection = "97306"
422+ ExpectedLineItemHash = "97307"
423+ ExpectedLineItemDebit = "97308"
424+ InvalidUnitAmount = "97309"
425+ InvalidUnitTaxAmount = "97310"
426+ IsoCodeRequired = "97311"
427+ IsoCodeUnsupported = "97312"
428+ ShippingFieldsMissing = "97313"
429+ InvalidAmountBreakdown = "97314"
430+ ExpectedShippingOptionCollection = "97315"
431+ ShippingOptionsRequired = "97316"
432+ ShippingOptionFieldsMissing = "97317"
433+ InvalidShippingOptionType = "97318"
434+ ShippingOptionIdReused = "97319"
435+ TooManyShippingOptionsSelected = "97320"
436+ ShippingOptionMustMatchBreakdown = "97321"
437+ LineItemsShouldMatchTotal = "97322"
438+ LineItemsTaxShouldMatchTotal = "97323"
439+ PatchCallFailed = "97324"
440+ InvalidAmount = "97325"
441+ ShippingIdTooLong = "97326"
442+ ShippingLabelTooLong = "97327"
443+ ShippingFullNameTooLong = "97328"
444+ ShippingAddressTooLong = "97329"
445+ ShippingExtendedAddressTooLong = "97330"
446+ ShippingLocalityTooLong = "97331"
447+ ShippingRegionTooLong = "97332"
448+ CountryCodeTooLong = "97333"
449+ NationalNumberTooLong = "97334"
450+ PostalCodeTooLong = "97335"
451+ DescriptionTooLong = "97336"
452+ CustomFieldTooLong = "97337"
453+ OrderIdTooLong = "97338"
454+
415455 class SettlementBatchSummary (object ):
416456 CustomFieldIsInvalid = "82303"
417457 SettlementDateIsInvalid = "82302"
0 commit comments