Method: Braintree::DocumentUpload.create

Defined in:
lib/braintree/document_upload.rb

.create(*args) ⇒ Object



18
19
20
# File 'lib/braintree/document_upload.rb', line 18

def self.create(*args)
  Configuration.gateway.document_upload.create(*args)
end