Class: Maventa::Services

Inherits:
Resource show all
Defined in:
lib/maventa/services.rb

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Maventa::Resource

Instance Method Details

#check_op_invoice_credit_balanceObject



51
52
53
# File 'lib/maventa/services.rb', line 51

def check_op_invoice_credit_balance
	raise "Not implemented"
end

#create_atg_agreementObject



19
20
21
# File 'lib/maventa/services.rb', line 19

def create_atg_agreement
	raise "Not implemented"
end

#create_b2cse_network_registration_requestObject



95
96
97
# File 'lib/maventa/services.rb', line 95

def create_b2cse_network_registration_request
	raise "Not implemented"
end

#disable_receivablesObject



7
8
9
# File 'lib/maventa/services.rb', line 7

def disable_receivables
	raise "Not implemented"
end

#get_op_invoice_offerObject



71
72
73
# File 'lib/maventa/services.rb', line 71

def get_op_invoice_offer
	raise "Not implemented"
end

#list_atg_agreementsObject



23
24
25
# File 'lib/maventa/services.rb', line 23

def list_atg_agreements
	request(:get, "/v1/services/atg")
end

#list_b2c_atg_mandatesObject



27
28
29
# File 'lib/maventa/services.rb', line 27

def list_b2c_atg_mandates
	raise "Not implemented"
end

#list_b2cno_consumersObject



87
88
89
# File 'lib/maventa/services.rb', line 87

def list_b2cno_consumers
	raise "Not implemented"
end

#list_detect_checksObject



79
80
81
# File 'lib/maventa/services.rb', line 79

def list_detect_checks
	request(:get, "/v1/services/detect/checks")
end

#make_op_invoice_direct_paymentObject



43
44
45
# File 'lib/maventa/services.rb', line 43

def make_op_invoice_direct_payment
	raise "Not implemented"
end

#make_op_invoice_withdrawalObject



47
48
49
# File 'lib/maventa/services.rb', line 47

def make_op_invoice_withdrawal
	raise "Not implemented"
end

#show_atg_agreementObject



35
36
37
# File 'lib/maventa/services.rb', line 35

def show_atg_agreement
	raise "Not implemented"
end

#show_b2cno_agreement_infoObject



83
84
85
# File 'lib/maventa/services.rb', line 83

def show_b2cno_agreement_info
	raise "Not implemented"
end

#show_b2cse_network_registration_request_statusObject



91
92
93
# File 'lib/maventa/services.rb', line 91

def show_b2cse_network_registration_request_status
	raise "Not implemented"
end

#show_op_invoice_account_statementObject



39
40
41
# File 'lib/maventa/services.rb', line 39

def 
	raise "Not implemented"
end

#show_op_invoice_settingsObject



67
68
69
# File 'lib/maventa/services.rb', line 67

def show_op_invoice_settings
	raise "Not implemented"
end

#show_op_invoice_stateObject



59
60
61
# File 'lib/maventa/services.rb', line 59

def show_op_invoice_state
	raise "Not implemented"
end

#show_receivables_stateObject



15
16
17
# File 'lib/maventa/services.rb', line 15

def show_receivables_state
	raise "Not implemented"
end

#start_op_invoice_onboardingObject



55
56
57
# File 'lib/maventa/services.rb', line 55

def start_op_invoice_onboarding
	raise "Not implemented"
end

#start_receivables_onboardingObject



11
12
13
# File 'lib/maventa/services.rb', line 11

def start_receivables_onboarding
	raise "Not implemented"
end

#update_atg_agreementObject



31
32
33
# File 'lib/maventa/services.rb', line 31

def update_atg_agreement
	raise "Not implemented"
end

#update_detect_checksObject



75
76
77
# File 'lib/maventa/services.rb', line 75

def update_detect_checks
	raise "Not implemented"
end

#update_op_invoice_settingsObject



63
64
65
# File 'lib/maventa/services.rb', line 63

def update_op_invoice_settings
	raise "Not implemented"
end

#update_receivablesObject



3
4
5
# File 'lib/maventa/services.rb', line 3

def update_receivables
	raise "Not implemented"
end