diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b6b40da..94694e19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.253.0" + ".": "1.254.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 3edafa84..3f376ee1 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 236 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-4a9671050881b7d7579bd118589b25ed43dccb69677f5ab8576df6f70de9a0dc.yml -openapi_spec_hash: b72da714aeef1e6652e6cc595ef65f94 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fae765b6b1b34f9c649fec11885e4d0e5b8b1cab0baf0f440dfd5eba040e7047.yml +openapi_spec_hash: 9900b1c763a43261e0288896379541fe config_hash: 25d7d7aa4882db6189b4b53e8e249e80 diff --git a/CHANGELOG.md b/CHANGELOG.md index 957c10bb..e0e1643e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.254.0 (2026-03-13) + +Full Changelog: [v1.253.0...v1.254.0](https://github.com/Increase/increase-ruby/compare/v1.253.0...v1.254.0) + +### Features + +* **api:** api update ([ff88f04](https://github.com/Increase/increase-ruby/commit/ff88f04db6f580d04908ae94d7d12dcfd3e5e320)) + ## 1.253.0 (2026-03-13) Full Changelog: [v1.252.0...v1.253.0](https://github.com/Increase/increase-ruby/compare/v1.252.0...v1.253.0) diff --git a/Gemfile.lock b/Gemfile.lock index 4ef5e755..1b935ea4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - increase (1.253.0) + increase (1.254.0) cgi connection_pool standardwebhooks diff --git a/README.md b/README.md index fe27cc41..098d191c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "increase", "~> 1.253.0" +gem "increase", "~> 1.254.0" ``` diff --git a/lib/increase/models/card_payment.rb b/lib/increase/models/card_payment.rb index dc00cb47..f1128f9b 100644 --- a/lib/increase/models/card_payment.rb +++ b/lib/increase/models/card_payment.rb @@ -318,12 +318,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [String] required :id, String - # @!attribute access_control_server_transaction_id + # @!attribute access_control_server_transaction_identifier # A unique identifier assigned by the Access Control Server (us) for this # transaction. # # @return [String] - required :access_control_server_transaction_id, String + required :access_control_server_transaction_identifier, String # @!attribute billing_address_city # The city of the cardholder billing address associated with the card used for @@ -429,12 +429,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel] required :device_channel, -> { Increase::CardPayment::Element::CardAuthentication::DeviceChannel } - # @!attribute directory_server_transaction_id + # @!attribute directory_server_transaction_identifier # A unique identifier assigned by the Directory Server (the card network) for this # transaction. # # @return [String] - required :directory_server_transaction_id, String + required :directory_server_transaction_identifier, String # @!attribute merchant_acceptor_id # The merchant identifier (commonly abbreviated as MID) of the merchant the card @@ -563,12 +563,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status] required :status, enum: -> { Increase::CardPayment::Element::CardAuthentication::Status } - # @!attribute three_d_secure_server_transaction_id + # @!attribute three_d_secure_server_transaction_identifier # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. # # @return [String] - required :three_d_secure_server_transaction_id, String + required :three_d_secure_server_transaction_identifier, String # @!attribute type # A constant representing the object's type. For this resource it will always be @@ -577,7 +577,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type] required :type, enum: -> { Increase::CardPayment::Element::CardAuthentication::Type } - # @!method initialize(id:, access_control_server_transaction_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_id:, type:) + # @!method initialize(id:, access_control_server_transaction_identifier:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_identifier:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_identifier:, type:) # Some parameter documentations has been truncated, see # {Increase::Models::CardPayment::Element::CardAuthentication} for more details. # @@ -587,7 +587,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # # @param id [String] The Card Authentication identifier. # - # @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact + # @param access_control_server_transaction_identifier [String] A unique identifier assigned by the Access Control Server (us) for this transact # # @param billing_address_city [String, nil] The city of the cardholder billing address associated with the card used for thi # @@ -619,7 +619,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # # @param device_channel [Increase::Models::CardPayment::Element::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt. # - # @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this + # @param directory_server_transaction_identifier [String] A unique identifier assigned by the Directory Server (the card network) for this # # @param merchant_acceptor_id [String, nil] The merchant identifier (commonly abbreviated as MID) of the merchant the card i # @@ -659,7 +659,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # # @param status [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Status] The status of the card authentication. # - # @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att + # @param three_d_secure_server_transaction_identifier [String] A unique identifier assigned by the 3DS Server initiating the authentication att # # @param type [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type] A constant representing the object's type. For this resource it will always be ` diff --git a/lib/increase/models/real_time_decision.rb b/lib/increase/models/real_time_decision.rb index 3a04d03d..1f788711 100644 --- a/lib/increase/models/real_time_decision.rb +++ b/lib/increase/models/real_time_decision.rb @@ -118,12 +118,12 @@ class RealTimeDecision < Increase::Internal::Type::BaseModel # @see Increase::Models::RealTimeDecision#card_authentication class CardAuthentication < Increase::Internal::Type::BaseModel - # @!attribute access_control_server_transaction_id + # @!attribute access_control_server_transaction_identifier # A unique identifier assigned by the Access Control Server (us) for this # transaction. # # @return [String] - required :access_control_server_transaction_id, String + required :access_control_server_transaction_identifier, String # @!attribute account_id # The identifier of the Account the card belongs to. @@ -210,12 +210,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel] required :device_channel, -> { Increase::RealTimeDecision::CardAuthentication::DeviceChannel } - # @!attribute directory_server_transaction_id + # @!attribute directory_server_transaction_identifier # A unique identifier assigned by the Directory Server (the card network) for this # transaction. # # @return [String] - required :directory_server_transaction_id, String + required :directory_server_transaction_identifier, String # @!attribute merchant_acceptor_id # The merchant identifier (commonly abbreviated as MID) of the merchant the card @@ -329,12 +329,12 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [String, nil] required :shipping_address_state, String, nil?: true - # @!attribute three_d_secure_server_transaction_id + # @!attribute three_d_secure_server_transaction_identifier # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. # # @return [String] - required :three_d_secure_server_transaction_id, String + required :three_d_secure_server_transaction_identifier, String # @!attribute upcoming_card_payment_id # The identifier of the Card Payment this authentication attempt will belong to. @@ -343,13 +343,13 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # @return [String] required :upcoming_card_payment_id, String - # @!method initialize(access_control_server_transaction_id:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, decision:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_id:, upcoming_card_payment_id:) + # @!method initialize(access_control_server_transaction_identifier:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, decision:, device_channel:, directory_server_transaction_identifier:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, message_category:, prior_authenticated_card_payment_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_identifier:, upcoming_card_payment_id:) # Some parameter documentations has been truncated, see # {Increase::Models::RealTimeDecision::CardAuthentication} for more details. # # Fields related to a 3DS authentication attempt. # - # @param access_control_server_transaction_id [String] A unique identifier assigned by the Access Control Server (us) for this transact + # @param access_control_server_transaction_identifier [String] A unique identifier assigned by the Access Control Server (us) for this transact # # @param account_id [String] The identifier of the Account the card belongs to. # @@ -377,7 +377,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # # @param device_channel [Increase::Models::RealTimeDecision::CardAuthentication::DeviceChannel] The device channel of the card authentication attempt. # - # @param directory_server_transaction_id [String] A unique identifier assigned by the Directory Server (the card network) for this + # @param directory_server_transaction_identifier [String] A unique identifier assigned by the Directory Server (the card network) for this # # @param merchant_acceptor_id [String, nil] The merchant identifier (commonly abbreviated as MID) of the merchant the card i # @@ -413,7 +413,7 @@ class CardAuthentication < Increase::Internal::Type::BaseModel # # @param shipping_address_state [String, nil] The US state of the shipping address associated with this purchase. # - # @param three_d_secure_server_transaction_id [String] A unique identifier assigned by the 3DS Server initiating the authentication att + # @param three_d_secure_server_transaction_identifier [String] A unique identifier assigned by the 3DS Server initiating the authentication att # # @param upcoming_card_payment_id [String] The identifier of the Card Payment this authentication attempt will belong to. A diff --git a/lib/increase/version.rb b/lib/increase/version.rb index 1cca1b9d..96f026a4 100644 --- a/lib/increase/version.rb +++ b/lib/increase/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Increase - VERSION = "1.253.0" + VERSION = "1.254.0" end diff --git a/rbi/increase/models/card_payment.rbi b/rbi/increase/models/card_payment.rbi index 1624ba5b..cdb95cbe 100644 --- a/rbi/increase/models/card_payment.rbi +++ b/rbi/increase/models/card_payment.rbi @@ -629,7 +629,7 @@ module Increase # A unique identifier assigned by the Access Control Server (us) for this # transaction. sig { returns(String) } - attr_accessor :access_control_server_transaction_id + attr_accessor :access_control_server_transaction_identifier # The city of the cardholder billing address associated with the card used for # this purchase. @@ -736,7 +736,7 @@ module Increase # A unique identifier assigned by the Directory Server (the card network) for this # transaction. sig { returns(String) } - attr_accessor :directory_server_transaction_id + attr_accessor :directory_server_transaction_identifier # The merchant identifier (commonly abbreviated as MID) of the merchant the card # is transacting with. @@ -850,7 +850,7 @@ module Increase # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. sig { returns(String) } - attr_accessor :three_d_secure_server_transaction_id + attr_accessor :three_d_secure_server_transaction_identifier # A constant representing the object's type. For this resource it will always be # `card_authentication`. @@ -867,7 +867,7 @@ module Increase sig do params( id: String, - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, billing_address_city: T.nilable(String), billing_address_country: T.nilable(String), billing_address_line1: T.nilable(String), @@ -890,7 +890,7 @@ module Increase ), device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel::OrHash, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: T.nilable(String), merchant_category_code: T.nilable(String), merchant_country: T.nilable(String), @@ -918,7 +918,7 @@ module Increase shipping_address_state: T.nilable(String), status: Increase::CardPayment::Element::CardAuthentication::Status::OrSymbol, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, type: Increase::CardPayment::Element::CardAuthentication::Type::OrSymbol ).returns(T.attached_class) @@ -928,7 +928,7 @@ module Increase id:, # A unique identifier assigned by the Access Control Server (us) for this # transaction. - access_control_server_transaction_id:, + access_control_server_transaction_identifier:, # The city of the cardholder billing address associated with the card used for # this purchase. billing_address_city:, @@ -969,7 +969,7 @@ module Increase device_channel:, # A unique identifier assigned by the Directory Server (the card network) for this # transaction. - directory_server_transaction_id:, + directory_server_transaction_identifier:, # The merchant identifier (commonly abbreviated as MID) of the merchant the card # is transacting with. merchant_acceptor_id:, @@ -1015,7 +1015,7 @@ module Increase status:, # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. - three_d_secure_server_transaction_id:, + three_d_secure_server_transaction_identifier:, # A constant representing the object's type. For this resource it will always be # `card_authentication`. type: @@ -1026,7 +1026,7 @@ module Increase override.returns( { id: String, - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, billing_address_city: T.nilable(String), billing_address_country: T.nilable(String), billing_address_line1: T.nilable(String), @@ -1049,7 +1049,7 @@ module Increase ), device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: T.nilable(String), merchant_category_code: T.nilable(String), merchant_country: T.nilable(String), @@ -1077,7 +1077,7 @@ module Increase shipping_address_state: T.nilable(String), status: Increase::CardPayment::Element::CardAuthentication::Status::TaggedSymbol, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, type: Increase::CardPayment::Element::CardAuthentication::Type::TaggedSymbol } diff --git a/rbi/increase/models/real_time_decision.rbi b/rbi/increase/models/real_time_decision.rbi index 1cfed992..7c9425a3 100644 --- a/rbi/increase/models/real_time_decision.rbi +++ b/rbi/increase/models/real_time_decision.rbi @@ -223,7 +223,7 @@ module Increase # A unique identifier assigned by the Access Control Server (us) for this # transaction. sig { returns(String) } - attr_accessor :access_control_server_transaction_id + attr_accessor :access_control_server_transaction_identifier # The identifier of the Account the card belongs to. sig { returns(String) } @@ -303,7 +303,7 @@ module Increase # A unique identifier assigned by the Directory Server (the card network) for this # transaction. sig { returns(String) } - attr_accessor :directory_server_transaction_id + attr_accessor :directory_server_transaction_identifier # The merchant identifier (commonly abbreviated as MID) of the merchant the card # is transacting with. @@ -404,7 +404,7 @@ module Increase # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. sig { returns(String) } - attr_accessor :three_d_secure_server_transaction_id + attr_accessor :three_d_secure_server_transaction_identifier # The identifier of the Card Payment this authentication attempt will belong to. # Available in the API once the card authentication has completed. @@ -414,7 +414,7 @@ module Increase # Fields related to a 3DS authentication attempt. sig do params( - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, account_id: String, billing_address_city: T.nilable(String), billing_address_country: T.nilable(String), @@ -432,7 +432,7 @@ module Increase ), device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel::OrHash, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: T.nilable(String), merchant_category_code: T.nilable(String), merchant_country: T.nilable(String), @@ -457,14 +457,14 @@ module Increase shipping_address_line3: T.nilable(String), shipping_address_postal_code: T.nilable(String), shipping_address_state: T.nilable(String), - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, upcoming_card_payment_id: String ).returns(T.attached_class) end def self.new( # A unique identifier assigned by the Access Control Server (us) for this # transaction. - access_control_server_transaction_id:, + access_control_server_transaction_identifier:, # The identifier of the Account the card belongs to. account_id:, # The city of the cardholder billing address associated with the card used for @@ -500,7 +500,7 @@ module Increase device_channel:, # A unique identifier assigned by the Directory Server (the card network) for this # transaction. - directory_server_transaction_id:, + directory_server_transaction_identifier:, # The merchant identifier (commonly abbreviated as MID) of the merchant the card # is transacting with. merchant_acceptor_id:, @@ -541,7 +541,7 @@ module Increase shipping_address_state:, # A unique identifier assigned by the 3DS Server initiating the authentication # attempt for this transaction. - three_d_secure_server_transaction_id:, + three_d_secure_server_transaction_identifier:, # The identifier of the Card Payment this authentication attempt will belong to. # Available in the API once the card authentication has completed. upcoming_card_payment_id: @@ -551,7 +551,7 @@ module Increase sig do override.returns( { - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, account_id: String, billing_address_city: T.nilable(String), billing_address_country: T.nilable(String), @@ -569,7 +569,7 @@ module Increase ), device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: T.nilable(String), merchant_category_code: T.nilable(String), merchant_country: T.nilable(String), @@ -594,7 +594,7 @@ module Increase shipping_address_line3: T.nilable(String), shipping_address_postal_code: T.nilable(String), shipping_address_state: T.nilable(String), - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, upcoming_card_payment_id: String } ) diff --git a/sig/increase/models/card_payment.rbs b/sig/increase/models/card_payment.rbs index 160c7008..9465531c 100644 --- a/sig/increase/models/card_payment.rbs +++ b/sig/increase/models/card_payment.rbs @@ -210,7 +210,7 @@ module Increase type card_authentication = { id: String, - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, billing_address_city: String?, billing_address_country: String?, :billing_address_line1 => String?, @@ -226,7 +226,7 @@ module Increase created_at: Time, deny_reason: Increase::Models::CardPayment::Element::CardAuthentication::deny_reason?, device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -246,14 +246,14 @@ module Increase shipping_address_postal_code: String?, shipping_address_state: String?, status: Increase::Models::CardPayment::Element::CardAuthentication::status, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, type: Increase::Models::CardPayment::Element::CardAuthentication::type_ } class CardAuthentication < Increase::Internal::Type::BaseModel attr_accessor id: String - attr_accessor access_control_server_transaction_id: String + attr_accessor access_control_server_transaction_identifier: String attr_accessor billing_address_city: String? @@ -285,7 +285,7 @@ module Increase attr_accessor device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel - attr_accessor directory_server_transaction_id: String + attr_accessor directory_server_transaction_identifier: String attr_accessor merchant_acceptor_id: String? @@ -325,13 +325,13 @@ module Increase attr_accessor status: Increase::Models::CardPayment::Element::CardAuthentication::status - attr_accessor three_d_secure_server_transaction_id: String + attr_accessor three_d_secure_server_transaction_identifier: String attr_accessor type: Increase::Models::CardPayment::Element::CardAuthentication::type_ def initialize: ( id: String, - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, billing_address_city: String?, billing_address_country: String?, billing_address_line1: String?, @@ -347,7 +347,7 @@ module Increase created_at: Time, deny_reason: Increase::Models::CardPayment::Element::CardAuthentication::deny_reason?, device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -367,13 +367,13 @@ module Increase shipping_address_postal_code: String?, shipping_address_state: String?, status: Increase::Models::CardPayment::Element::CardAuthentication::status, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, type: Increase::Models::CardPayment::Element::CardAuthentication::type_ ) -> void def to_hash: -> { id: String, - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, billing_address_city: String?, billing_address_country: String?, :billing_address_line1 => String?, @@ -389,7 +389,7 @@ module Increase created_at: Time, deny_reason: Increase::Models::CardPayment::Element::CardAuthentication::deny_reason?, device_channel: Increase::CardPayment::Element::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -409,7 +409,7 @@ module Increase shipping_address_postal_code: String?, shipping_address_state: String?, status: Increase::Models::CardPayment::Element::CardAuthentication::status, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, type: Increase::Models::CardPayment::Element::CardAuthentication::type_ } diff --git a/sig/increase/models/real_time_decision.rbs b/sig/increase/models/real_time_decision.rbs index 0d9cd3e8..1966dcac 100644 --- a/sig/increase/models/real_time_decision.rbs +++ b/sig/increase/models/real_time_decision.rbs @@ -73,7 +73,7 @@ module Increase type card_authentication = { - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, account_id: String, billing_address_city: String?, billing_address_country: String?, @@ -87,7 +87,7 @@ module Increase cardholder_name: String?, decision: Increase::Models::RealTimeDecision::CardAuthentication::decision?, device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -105,12 +105,12 @@ module Increase :shipping_address_line3 => String?, shipping_address_postal_code: String?, shipping_address_state: String?, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, upcoming_card_payment_id: String } class CardAuthentication < Increase::Internal::Type::BaseModel - attr_accessor access_control_server_transaction_id: String + attr_accessor access_control_server_transaction_identifier: String attr_accessor account_id: String @@ -138,7 +138,7 @@ module Increase attr_accessor device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel - attr_accessor directory_server_transaction_id: String + attr_accessor directory_server_transaction_identifier: String attr_accessor merchant_acceptor_id: String? @@ -174,12 +174,12 @@ module Increase attr_accessor shipping_address_state: String? - attr_accessor three_d_secure_server_transaction_id: String + attr_accessor three_d_secure_server_transaction_identifier: String attr_accessor upcoming_card_payment_id: String def initialize: ( - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, account_id: String, billing_address_city: String?, billing_address_country: String?, @@ -193,7 +193,7 @@ module Increase cardholder_name: String?, decision: Increase::Models::RealTimeDecision::CardAuthentication::decision?, device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -211,12 +211,12 @@ module Increase shipping_address_line3: String?, shipping_address_postal_code: String?, shipping_address_state: String?, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, upcoming_card_payment_id: String ) -> void def to_hash: -> { - access_control_server_transaction_id: String, + access_control_server_transaction_identifier: String, account_id: String, billing_address_city: String?, billing_address_country: String?, @@ -230,7 +230,7 @@ module Increase cardholder_name: String?, decision: Increase::Models::RealTimeDecision::CardAuthentication::decision?, device_channel: Increase::RealTimeDecision::CardAuthentication::DeviceChannel, - directory_server_transaction_id: String, + directory_server_transaction_identifier: String, merchant_acceptor_id: String?, merchant_category_code: String?, merchant_country: String?, @@ -248,7 +248,7 @@ module Increase :shipping_address_line3 => String?, shipping_address_postal_code: String?, shipping_address_state: String?, - three_d_secure_server_transaction_id: String, + three_d_secure_server_transaction_identifier: String, upcoming_card_payment_id: String }