Method: ReceiverInfoType#initialize

Defined in:
lib/v_paypal/default.rb

#initialize(business = nil, receiver = nil, receiverID = nil) ⇒ ReceiverInfoType

Returns a new instance of ReceiverInfoType.



3456
3457
3458
3459
3460
# File 'lib/v_paypal/default.rb', line 3456

def initialize(business = nil, receiver = nil, receiverID = nil)
  @business = business
  @receiver = receiver
  @receiverID = receiverID
end