Class: Maventa::Services
Instance Method Summary
collapse
Methods inherited from Resource
#initialize
Instance Method Details
#check_op_invoice_credit_balance ⇒ Object
51
52
53
|
# File 'lib/maventa/services.rb', line 51
def check_op_invoice_credit_balance
raise "Not implemented"
end
|
#create_atg_agreement ⇒ Object
19
20
21
|
# File 'lib/maventa/services.rb', line 19
def create_atg_agreement
raise "Not implemented"
end
|
#create_b2cse_network_registration_request ⇒ Object
95
96
97
|
# File 'lib/maventa/services.rb', line 95
def create_b2cse_network_registration_request
raise "Not implemented"
end
|
#disable_receivables ⇒ Object
7
8
9
|
# File 'lib/maventa/services.rb', line 7
def disable_receivables
raise "Not implemented"
end
|
#get_op_invoice_offer ⇒ Object
71
72
73
|
# File 'lib/maventa/services.rb', line 71
def get_op_invoice_offer
raise "Not implemented"
end
|
#list_atg_agreements ⇒ Object
23
24
25
|
# File 'lib/maventa/services.rb', line 23
def list_atg_agreements
request(:get, "/v1/services/atg")
end
|
#list_b2c_atg_mandates ⇒ Object
27
28
29
|
# File 'lib/maventa/services.rb', line 27
def list_b2c_atg_mandates
raise "Not implemented"
end
|
#list_b2cno_consumers ⇒ Object
87
88
89
|
# File 'lib/maventa/services.rb', line 87
def list_b2cno_consumers
raise "Not implemented"
end
|
#list_detect_checks ⇒ Object
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_payment ⇒ Object
43
44
45
|
# File 'lib/maventa/services.rb', line 43
def make_op_invoice_direct_payment
raise "Not implemented"
end
|
#make_op_invoice_withdrawal ⇒ Object
47
48
49
|
# File 'lib/maventa/services.rb', line 47
def make_op_invoice_withdrawal
raise "Not implemented"
end
|
#show_atg_agreement ⇒ Object
35
36
37
|
# File 'lib/maventa/services.rb', line 35
def show_atg_agreement
raise "Not implemented"
end
|
#show_b2cno_agreement_info ⇒ Object
83
84
85
|
# File 'lib/maventa/services.rb', line 83
def show_b2cno_agreement_info
raise "Not implemented"
end
|
#show_b2cse_network_registration_request_status ⇒ Object
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_statement ⇒ Object
39
40
41
|
# File 'lib/maventa/services.rb', line 39
def show_op_invoice_account_statement
raise "Not implemented"
end
|
#show_op_invoice_settings ⇒ Object
67
68
69
|
# File 'lib/maventa/services.rb', line 67
def show_op_invoice_settings
raise "Not implemented"
end
|
#show_op_invoice_state ⇒ Object
59
60
61
|
# File 'lib/maventa/services.rb', line 59
def show_op_invoice_state
raise "Not implemented"
end
|
#show_receivables_state ⇒ Object
15
16
17
|
# File 'lib/maventa/services.rb', line 15
def show_receivables_state
raise "Not implemented"
end
|
#start_op_invoice_onboarding ⇒ Object
55
56
57
|
# File 'lib/maventa/services.rb', line 55
def start_op_invoice_onboarding
raise "Not implemented"
end
|
#start_receivables_onboarding ⇒ Object
11
12
13
|
# File 'lib/maventa/services.rb', line 11
def start_receivables_onboarding
raise "Not implemented"
end
|
#update_atg_agreement ⇒ Object
31
32
33
|
# File 'lib/maventa/services.rb', line 31
def update_atg_agreement
raise "Not implemented"
end
|
#update_detect_checks ⇒ Object
75
76
77
|
# File 'lib/maventa/services.rb', line 75
def update_detect_checks
raise "Not implemented"
end
|
#update_op_invoice_settings ⇒ Object
63
64
65
|
# File 'lib/maventa/services.rb', line 63
def update_op_invoice_settings
raise "Not implemented"
end
|
#update_receivables ⇒ Object
3
4
5
|
# File 'lib/maventa/services.rb', line 3
def update_receivables
raise "Not implemented"
end
|