Module: PaypalAPI::Client::APIMethods
- Included in:
- PaypalAPI::Client
- Defined in:
- lib/paypal-api/client/api_methods.rb
Overview
Methods to access API collections
Instance Method Summary collapse
-
#authentication ⇒ Authentication
Authentication APIs collection.
-
#authorized_payments ⇒ AuthorizedPayments
AuthorizedPayments APIs collection.
-
#captured_payments ⇒ CapturedPayments
CapturedPayments APIs collection.
-
#catalog_products ⇒ CatalogProducts
Catalog Products APIs collection.
-
#disputes ⇒ Disputes
Disputes APIs collection.
-
#invoice_templates ⇒ InvoiceTemplates
InvoiceTemplates APIs collection.
-
#invoices ⇒ Invoices
Invoices APIs collection.
-
#orders ⇒ Orders
Orders APIs collection.
-
#orders_v1 ⇒ OrdersV1
DEPRECATED: Orders V1 APIs collection.
-
#partner_referrals ⇒ PartnerReferrals
PartnerReferrals APIs collection.
-
#payment_experience_web_profiles ⇒ PaymentExperienceWebProfiles
PaymentExperienceWebProfiles APIs collection.
-
#payment_tokens ⇒ PaymentTokens
PaymentTokens APIs collection.
-
#payout_items ⇒ PayoutItems
PayoutItems APIs collection.
-
#payouts ⇒ Payouts
Payouts APIs collection.
-
#referenced_payout_items ⇒ ReferencedPayoutItems
ReferencedPayoutItems APIs collection.
-
#referenced_payouts ⇒ ReferencedPayouts
ReferencedPayouts APIs collection.
-
#refunds ⇒ Refunds
Refunds APIs collection.
-
#setup_tokens ⇒ SetupTokens
SetupTokens APIs collection.
-
#shipment_tracking ⇒ ShipmentTracking
Shipment Tracking APIs collection.
-
#subscription_plans ⇒ SubscriptionPlans
Subscription Plans APIs collection.
-
#subscriptions ⇒ Subscriptions
Subscriptions APIs collection.
-
#transaction_search ⇒ TransactionSearch
TransactionSearch APIs collection.
-
#user_info ⇒ UserInfo
User Info APIs collection.
-
#users ⇒ Users
Users Management APIs collection.
-
#webhook_events ⇒ WebhookEvents
Webhook Lookups APIs collection.
-
#webhook_lookups ⇒ WebhookEvents
Webhook Events APIs collection.
-
#webhooks ⇒ Webhooks
Webhooks APIs collection.
Instance Method Details
#authentication ⇒ Authentication
Returns Authentication APIs collection.
20 21 22 |
# File 'lib/paypal-api/client/api_methods.rb', line 20 def authentication Authentication.new(self) end |
#authorized_payments ⇒ AuthorizedPayments
Returns AuthorizedPayments APIs collection.
10 11 12 |
# File 'lib/paypal-api/client/api_methods.rb', line 10 def AuthorizedPayments.new(self) end |
#captured_payments ⇒ CapturedPayments
Returns CapturedPayments APIs collection.
15 16 17 |
# File 'lib/paypal-api/client/api_methods.rb', line 15 def captured_payments CapturedPayments.new(self) end |
#catalog_products ⇒ CatalogProducts
Returns Catalog Products APIs collection.
25 26 27 |
# File 'lib/paypal-api/client/api_methods.rb', line 25 def catalog_products CatalogProducts.new(self) end |
#disputes ⇒ Disputes
Returns Disputes APIs collection.
30 31 32 |
# File 'lib/paypal-api/client/api_methods.rb', line 30 def disputes Disputes.new(self) end |
#invoice_templates ⇒ InvoiceTemplates
Returns InvoiceTemplates APIs collection.
35 36 37 |
# File 'lib/paypal-api/client/api_methods.rb', line 35 def invoice_templates InvoiceTemplates.new(self) end |
#invoices ⇒ Invoices
Returns Invoices APIs collection.
40 41 42 |
# File 'lib/paypal-api/client/api_methods.rb', line 40 def invoices Invoices.new(self) end |
#orders ⇒ Orders
Returns Orders APIs collection.
45 46 47 |
# File 'lib/paypal-api/client/api_methods.rb', line 45 def orders Orders.new(self) end |
#orders_v1 ⇒ OrdersV1
Returns DEPRECATED: Orders V1 APIs collection.
50 51 52 |
# File 'lib/paypal-api/client/api_methods.rb', line 50 def orders_v1 OrdersV1.new(self) end |
#partner_referrals ⇒ PartnerReferrals
Returns PartnerReferrals APIs collection.
55 56 57 |
# File 'lib/paypal-api/client/api_methods.rb', line 55 def partner_referrals PartnerReferrals.new(self) end |
#payment_experience_web_profiles ⇒ PaymentExperienceWebProfiles
Returns PaymentExperienceWebProfiles APIs collection.
60 61 62 |
# File 'lib/paypal-api/client/api_methods.rb', line 60 def payment_experience_web_profiles PaymentExperienceWebProfiles.new(self) end |
#payment_tokens ⇒ PaymentTokens
Returns PaymentTokens APIs collection.
65 66 67 |
# File 'lib/paypal-api/client/api_methods.rb', line 65 def payment_tokens PaymentTokens.new(self) end |
#payout_items ⇒ PayoutItems
Returns PayoutItems APIs collection.
70 71 72 |
# File 'lib/paypal-api/client/api_methods.rb', line 70 def payout_items PayoutItems.new(self) end |
#payouts ⇒ Payouts
Returns Payouts APIs collection.
75 76 77 |
# File 'lib/paypal-api/client/api_methods.rb', line 75 def payouts Payouts.new(self) end |
#referenced_payout_items ⇒ ReferencedPayoutItems
Returns ReferencedPayoutItems APIs collection.
85 86 87 |
# File 'lib/paypal-api/client/api_methods.rb', line 85 def referenced_payout_items ReferencedPayoutItems.new(self) end |
#referenced_payouts ⇒ ReferencedPayouts
Returns ReferencedPayouts APIs collection.
90 91 92 |
# File 'lib/paypal-api/client/api_methods.rb', line 90 def referenced_payouts ReferencedPayouts.new(self) end |
#refunds ⇒ Refunds
Returns Refunds APIs collection.
80 81 82 |
# File 'lib/paypal-api/client/api_methods.rb', line 80 def refunds Refunds.new(self) end |
#setup_tokens ⇒ SetupTokens
Returns SetupTokens APIs collection.
95 96 97 |
# File 'lib/paypal-api/client/api_methods.rb', line 95 def setup_tokens SetupTokens.new(self) end |
#shipment_tracking ⇒ ShipmentTracking
Returns Shipment Tracking APIs collection.
100 101 102 |
# File 'lib/paypal-api/client/api_methods.rb', line 100 def shipment_tracking ShipmentTracking.new(self) end |
#subscription_plans ⇒ SubscriptionPlans
Returns Subscription Plans APIs collection.
110 111 112 |
# File 'lib/paypal-api/client/api_methods.rb', line 110 def subscription_plans SubscriptionPlans.new(self) end |
#subscriptions ⇒ Subscriptions
Returns Subscriptions APIs collection.
105 106 107 |
# File 'lib/paypal-api/client/api_methods.rb', line 105 def subscriptions Subscriptions.new(self) end |
#transaction_search ⇒ TransactionSearch
Returns TransactionSearch APIs collection.
115 116 117 |
# File 'lib/paypal-api/client/api_methods.rb', line 115 def transaction_search TransactionSearch.new(self) end |
#user_info ⇒ UserInfo
Returns User Info APIs collection.
120 121 122 |
# File 'lib/paypal-api/client/api_methods.rb', line 120 def user_info UserInfo.new(self) end |
#users ⇒ Users
Returns Users Management APIs collection.
125 126 127 |
# File 'lib/paypal-api/client/api_methods.rb', line 125 def users Users.new(self) end |
#webhook_events ⇒ WebhookEvents
Returns Webhook Lookups APIs collection.
140 141 142 |
# File 'lib/paypal-api/client/api_methods.rb', line 140 def webhook_events WebhookEvents.new(self) end |
#webhook_lookups ⇒ WebhookEvents
Returns Webhook Events APIs collection.
135 136 137 |
# File 'lib/paypal-api/client/api_methods.rb', line 135 def webhook_lookups WebhookLookups.new(self) end |
#webhooks ⇒ Webhooks
Returns Webhooks APIs collection.
130 131 132 |
# File 'lib/paypal-api/client/api_methods.rb', line 130 def webhooks Webhooks.new(self) end |