paypal-sdk-merchant 1.112.0 → 1.113.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1d045db280079f705702afc59dba5e7477e2bd88
4
- data.tar.gz: f49e56bf1b18a32b3bcdf9bb717e3d2872da2dc5
3
+ metadata.gz: 0014d851382950ad7118f242090c19542b1b05e3
4
+ data.tar.gz: ab08bc673e0e764f63256fba5e93cc88f01ff275
5
5
  SHA512:
6
- metadata.gz: 97906eaf1ef3af0ea2d53f91b8602b6f0c624e6ff3171d17112932bc359544bf842feda40d8db18922edfd6a3a68087ef7a87e9b061a3570838ef99383f97b01
7
- data.tar.gz: 06ddc1aec84572fbfb1fbdf2cf23f7a09ece81ab556fa8df026ec3edab3f128da381c9d16a5337afe20b6e1eff948e23d31c81df4d29ffe9fe1a128514ae9f83
6
+ metadata.gz: b5c3ad1bf3c26f82623b3b293c23bcf38a86e880ec71cf575f357b81d91e40c59bc2d62832fddb5ee9c22d84cff119a6a031a48fb61c6b2148c55e31d4bf9d7b
7
+ data.tar.gz: a199c2683b79aecc69d48a89db87014a2a912fe8eb6c20bc0d92740da6547ae42b91874c3532065167c9d67490ae6a3ab2ce9f367da8f46d12438aea1016692b
@@ -611,6 +611,12 @@ module PayPal::SDK
611
611
 
612
612
 
613
613
 
614
+ class WalletItemType < EnumType
615
+ self.options = { 'MERCHANTCOUPON' => 'MERCHANT_COUPON', 'LOYALTYCARD' => 'LOYALTY_CARD', 'MANUFACTURERCOUPON' => 'MANUFACTURER_COUPON' }
616
+ end
617
+
618
+
619
+
614
620
  # Value of the application-specific error parameter.
615
621
  class ErrorParameterType < DataType
616
622
  def self.load_members
@@ -1241,14 +1247,12 @@ module PayPal::SDK
1241
1247
  object_of :PayerID, String, :namespace => :ebl
1242
1248
  # URL on Merchant site pertaining to this invoice. Optional
1243
1249
  object_of :OrderURL, String, :namespace => :ebl
1250
+ # Unique id for each API request to prevent duplicate payments on merchant side. Passed directly back to merchant in response. Optional Character length and limits: 38 single-byte characters maximum.
1251
+ object_of :MsgSubID, String, :namespace => :ebl
1244
1252
  # Information about the payment Required
1245
1253
  array_of :PaymentDetails, PaymentDetailsType, :namespace => :ebl
1246
1254
  # Flag to indicate if previously set promoCode shall be overriden. Value 1 indicates overriding.
1247
1255
  object_of :PromoOverrideFlag, String, :namespace => :ebl
1248
- # Optional merchant specified flag which indicates whether to use the payment details information provided in SetExpressCheckoutDetails or in DoExpressCheckoutPayment.
1249
- # Possible values are true, false, 1, 0. If this is set to true or 1, the payment details information would be used from what was passed in SetExpressCheckoutDetails.
1250
- # Any change in the paymentdetails passed in DoExpressCheckoutPayment will be ignored if this field is set to true.
1251
- object_of :UseSessionPaymentDetails, String, :namespace => :ebl
1252
1256
  # Promotional financing code for item. Overrides any previous PromoCode setting.
1253
1257
  object_of :PromoCode, String, :namespace => :ebl
1254
1258
  # Contains data for enhanced data like Airline Itinerary Data.
@@ -1295,6 +1299,8 @@ module PayPal::SDK
1295
1299
  object_of :RedirectRequired, String, :namespace => :ebl
1296
1300
  # Memo entered by sender in PayPal Review Page note field. Optional Character length and limitations: 255 single-byte alphanumeric characters
1297
1301
  object_of :Note, String, :namespace => :ebl
1302
+ # Unique id passed in the DoEC call.
1303
+ object_of :MsgSubID, String, :namespace => :ebl
1298
1304
  # Redirect back to PayPal, PayPal can host the success page.
1299
1305
  object_of :SuccessPageRedirectRequested, String, :namespace => :ebl
1300
1306
  # Information about the user selected options.
@@ -1700,6 +1706,8 @@ module PayPal::SDK
1700
1706
  object_of :Address, AddressType, :namespace => :ebl
1701
1707
  # Business contact telephone number
1702
1708
  object_of :ContactPhone, String, :namespace => :ebl
1709
+ # Items such as merchant coupons, loyalty cards, and manufacturer coupons in the PayPal wallet.
1710
+ array_of :WalletItems, WalletItemsType, :namespace => :ebl
1703
1711
  # Details about payer's tax info. Refer to the TaxIdDetailsType for more details.
1704
1712
  object_of :TaxIdDetails, TaxIdDetailsType, :namespace => :ebl
1705
1713
  # Holds any enhanced information about the payer
@@ -2090,6 +2098,10 @@ module PayPal::SDK
2090
2098
  object_of :Recurring, RecurringFlagType, :namespace => :ebl
2091
2099
  # Indicates the purpose of this payment like Refund
2092
2100
  object_of :PaymentReason, PaymentReasonType, :namespace => :ebl
2101
+ # For instance single use coupons should not be returned in future CheckIn calls once they are redeemed.
2102
+ array_of :RedeemedOffers, DiscountInfoType, :namespace => :ebl
2103
+ # Total loyalty points for a given id accumulated by the consumre so far.
2104
+ array_of :CummulativePoints, DiscountInfoType, :namespace => :ebl
2093
2105
  end
2094
2106
  end
2095
2107
 
@@ -3289,6 +3301,40 @@ module PayPal::SDK
3289
3301
 
3290
3302
 
3291
3303
 
3304
+ # Details about an Item stored in the PayPal Wallet.
3305
+ class WalletItemsType < DataType
3306
+ def self.load_members
3307
+ # (Optional)Identifies a wallet item of a given type. The format varies depending on the type.
3308
+ object_of :Type, WalletItemType, :namespace => :ebl
3309
+ # (Optional)Uniquely identifies a wallet item of given type. Format varies depending on the type. Character length and limitations: 64 single-byte characters maximum.
3310
+ object_of :Id, String, :namespace => :ebl
3311
+ # (Optional)Description of wallet item. Character length and limitations: 512 single-byte characters maximum.
3312
+ object_of :Description, String, :namespace => :ebl
3313
+ end
3314
+ end
3315
+
3316
+
3317
+
3318
+ # Describes discount information.
3319
+ class DiscountInfoType < DataType
3320
+ def self.load_members
3321
+ # (Optional)Item name. Character length and limits: 127 single-byte characters
3322
+ object_of :Name, String, :namespace => :ebl
3323
+ # (Optional)Description of the discount. Character length and limits: 127 single-byte characters
3324
+ object_of :Description, String, :namespace => :ebl
3325
+ # (Optional)Amount discounted. The value includes an amount and a 3-character currency code.
3326
+ object_of :Amount, BasicAmountType, :namespace => :ebl
3327
+ # (Optional)Offer type.
3328
+ object_of :RedeemedOfferType, RedeemedOfferType, :namespace => :ebl
3329
+ # (Optional)Offer ID. Character length and limits: 64 single-byte characters.
3330
+ object_of :RedeemedOfferId, String, :namespace => :ebl
3331
+ # (Optional)Loyalty points accrued.
3332
+ object_of :PointsAccrued, Float, :namespace => :ebl
3333
+ end
3334
+ end
3335
+
3336
+
3337
+
3292
3338
  class EnhancedCheckoutDataType < DataType
3293
3339
  def self.load_members
3294
3340
  end
@@ -5,7 +5,7 @@ module PayPal::SDK
5
5
  module Merchant
6
6
 
7
7
  # Service Version
8
- SERVICE_VERSION = "112.0"
8
+ SERVICE_VERSION = "113.0"
9
9
  # Service Name
10
10
  SERVICE_NAME = "PayPalAPIInterfaceService"
11
11
 
@@ -1,7 +1,7 @@
1
1
  module PayPal
2
2
  module SDK
3
3
  module Merchant
4
- VERSION = "1.112.0"
4
+ VERSION = "1.113.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paypal-sdk-merchant
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.112.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - PayPal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-27 00:00:00.000000000 Z
11
+ date: 2014-04-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: paypal-sdk-core