class PayPal::SDK::REST::DataTypes::InvoicingNotification

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1897
def self.load_members
  object_of :subject, String
  object_of :note, String
  object_of :send_to_merchant, Boolean
  array_of  :cc_emails, String
end