Skip to content

Commit

Permalink
Update profile class with holding currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Apr 8, 2024
1 parent 2485a31 commit 041d96b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/checkout_sdk/accounts/profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ module Accounts
# @return [Array(String)]
# @!attribute default_holding_currency
# @return [String] {CheckoutSdk::Common::Currency}
# @!attribute holding_currencies
# @return [Array(CheckoutSdk::Common::Currency)]
class Profile
attr_accessor :urls,
:mccs,
:default_holding_currency
:default_holding_currency,
:holding_currencies
end
end
end

0 comments on commit 041d96b

Please sign in to comment.