Class: PayPal::SDK::ButtonManager::DataTypes::GetBoardingDetailsResponseDetailsType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::GetBoardingDetailsResponseDetailsType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Status of merchant’s onboarding process: CompletedCancelledPending Character length and limitations: Eight alphabetic characters
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 2462 def self.load_members # Status of merchant's onboarding process: CompletedCancelledPending Character length and limitations: Eight alphabetic characters object_of :Status, BoardingStatusType, :namespace => :ebl # Date the boarding process started object_of :StartDate, DateTime, :namespace => :ebl # Date the merchant’s status or progress was last updated object_of :LastUpdated, DateTime, :namespace => :ebl # Reason for merchant’s cancellation of sign-up. Character length and limitations: 1,024 alphanumeric characters object_of :Reason, String, :namespace => :ebl object_of :ProgramName, String, :namespace => :ebl object_of :ProgramCode, String, :namespace => :ebl object_of :CampaignID, String, :namespace => :ebl # Indicates if there is a limitation on the amount of money the business can withdraw from PayPal object_of :UserWithdrawalLimit, UserWithdrawalLimitTypeType, :namespace => :ebl # Custom information you set on the EnterBoarding API call Character length and limitations: 256 alphanumeric characters object_of :PartnerCustom, String, :namespace => :ebl # Details about the owner of the account object_of :AccountOwner, PayerInfoType, :namespace => :ebl # Merchant’s PayPal API credentials object_of :Credentials, APICredentialsType, :namespace => :ebl # The APIs that this merchant has granted the business partner permission to call on his behalf. For example: SetExpressCheckout,GetExpressCheckoutDetails,DoExpressCheckoutPayment object_of :ConfigureAPIs, String, :namespace => :ebl # Primary email verification status. Confirmed, Unconfirmed object_of :EmailVerificationStatus, String, :namespace => :ebl # Gives VettingStatus - Pending, Cancelled, Approved, UnderReview Character length and limitations: 256 alphanumeric characters object_of :VettingStatus, String, :namespace => :ebl # Gives BankAccountVerificationStatus - Added, Confirmed Character length and limitations: 256 alphanumeric characters object_of :BankAccountVerificationStatus, String, :namespace => :ebl end |