Class: PayPal::SDK::AdaptiveAccounts::DataTypes::CheckComplianceStatusRequest
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptiveAccounts::DataTypes::CheckComplianceStatusRequest
- Defined in:
- lib/paypal-sdk/adaptive_accounts/data_types.rb
Overview
Identifies a PayPal account to which this request is targeted. Caller of this API has to provide ONLY one of these inputs: emailAddress, accountId or mobilePhoneNumber.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
496 497 498 499 500 |
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 496 def self.load_members object_of :requestEnvelope, RequestEnvelope, :required => true # Identifies a PayPal account to which this request is targeted. Caller of this API has to provide ONLY one of these inputs: emailAddress, accountId or mobilePhoneNumber. object_of :accountIdentifier, AccountIdentifierType, :required => true end |