Skip to content

Commit 71d4dd5

Browse files
authored
Merge pull request #55 from snavinch/master
+ April 2021 SDK Release
2 parents d054825 + d24b3d3 commit 71d4dd5

File tree

88 files changed

+411
-263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+411
-263
lines changed

cybersource_rest_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ require "cybersource_rest_client/version"
1717

1818
Gem::Specification.new do |s|
1919
s.name = "cybersource_rest_client"
20-
s.version = "0.0.29"
20+
s.version = "0.0.30"
2121
s.platform = Gem::Platform::RUBY
2222
s.authors = ["CyberSource"]
2323
s.email = ["cybersourcedev@gmail.com"]

docs/CustomerPaymentInstrumentApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ No authorization required
115115

116116

117117
# **get_customer_payment_instruments_list**
118-
> PaymentInstrumentListForCustomer get_customer_payment_instruments_list(customer_token_id, opts)
118+
> PaymentInstrumentList get_customer_payment_instruments_list(customer_token_id, opts)
119119
120120
List Payment Instruments for a Customer
121121

@@ -154,7 +154,7 @@ Name | Type | Description | Notes
154154

155155
### Return type
156156

157-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
157+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
158158

159159
### Authorization
160160

docs/InstrumentIdentifierApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ No authorization required
110110

111111

112112
# **get_instrument_identifier_payment_instruments_list**
113-
> PaymentInstrumentListForCustomer get_instrument_identifier_payment_instruments_list(instrument_identifier_token_id, opts)
113+
> PaymentInstrumentList get_instrument_identifier_payment_instruments_list(instrument_identifier_token_id, opts)
114114
115115
List Payment Instruments for an Instrument Identifier
116116

@@ -149,7 +149,7 @@ Name | Type | Description | Notes
149149

150150
### Return type
151151

152-
[**PaymentInstrumentListForCustomer**](PaymentInstrumentListForCustomer.md)
152+
[**PaymentInstrumentList**](PaymentInstrumentList.md)
153153

154154
### Authorization
155155

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# CyberSource::PaymentInstrumentListForCustomer
1+
# CyberSource::PaymentInstrumentList
22

33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6-
**_links** | [**PaymentInstrumentListForCustomerLinks**](PaymentInstrumentListForCustomerLinks.md) | | [optional]
6+
**_links** | [**PaymentInstrumentListLinks**](PaymentInstrumentListLinks.md) | | [optional]
77
**offset** | **Integer** | The offset parameter supplied in the request. | [optional]
88
**limit** | **Integer** | The limit parameter supplied in the request. | [optional]
99
**count** | **Integer** | The number of Payment Instruments returned in the array. | [optional]
1010
**total** | **Integer** | The total number of Payment Instruments associated with the Customer or Instrument Identifier. | [optional]
11-
**_embedded** | [**PaymentInstrumentListForCustomerEmbedded**](PaymentInstrumentListForCustomerEmbedded.md) | | [optional]
11+
**_embedded** | [**PaymentInstrumentListEmbedded**](PaymentInstrumentListEmbedded.md) | | [optional]
1212

1313

docs/PaymentInstrumentListForCustomerEmbedded.md renamed to docs/PaymentInstrumentListEmbedded.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::PaymentInstrumentListForCustomerEmbedded
1+
# CyberSource::PaymentInstrumentListEmbedded
22

33
## Properties
44
Name | Type | Description | Notes

docs/PaymentInstrumentListForCustomerLinks.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docs/PaymentInstrumentListLinks.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CyberSource::PaymentInstrumentListLinks
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**_self** | [**PaymentInstrumentListLinksSelf**](PaymentInstrumentListLinksSelf.md) | | [optional]
7+
**first** | [**PaymentInstrumentListLinksFirst**](PaymentInstrumentListLinksFirst.md) | | [optional]
8+
**prev** | [**PaymentInstrumentListLinksPrev**](PaymentInstrumentListLinksPrev.md) | | [optional]
9+
**_next** | [**PaymentInstrumentListLinksNext**](PaymentInstrumentListLinksNext.md) | | [optional]
10+
**last** | [**PaymentInstrumentListLinksLast**](PaymentInstrumentListLinksLast.md) | | [optional]
11+
12+

docs/PaymentInstrumentListForCustomerLinksFirst.md renamed to docs/PaymentInstrumentListLinksFirst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::PaymentInstrumentListForCustomerLinksFirst
1+
# CyberSource::PaymentInstrumentListLinksFirst
22

33
## Properties
44
Name | Type | Description | Notes

docs/PaymentInstrumentListForCustomerLinksLast.md renamed to docs/PaymentInstrumentListLinksLast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::PaymentInstrumentListForCustomerLinksLast
1+
# CyberSource::PaymentInstrumentListLinksLast
22

33
## Properties
44
Name | Type | Description | Notes

docs/PaymentInstrumentListForCustomerLinksNext.md renamed to docs/PaymentInstrumentListLinksNext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CyberSource::PaymentInstrumentListForCustomerLinksNext
1+
# CyberSource::PaymentInstrumentListLinksNext
22

33
## Properties
44
Name | Type | Description | Notes

0 commit comments

Comments
 (0)