docs/SourceAccount.md in velopayments-2.11.73 vs docs/SourceAccount.md in velopayments-2.14.90.pre.1
- old
+ new
@@ -12,12 +12,12 @@
## Code Sample
```ruby
require 'VeloPayments'
-instance = VeloPayments::SourceAccount.new(source_account_name: null,
+instance = VeloPayments::SourceAccount.new(source_account_name: AccountName,
source_account_id: null,
- currency: null,
- total_payout_cost: null)
+ currency: USD,
+ total_payout_cost: 1231200)
```