Class: PayPal::SDK::AdaptivePayments::DataTypes::CancelPreapprovalResponse
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::CancelPreapprovalResponse
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
The result of the CancelPreapprovalRequest.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
615 616 617 618 619 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 615 def self.load_members include ResponseStatus object_of :responseEnvelope, ResponseEnvelope, :required => true array_of :error, ErrorData end |