Method: PlatformAPI::InvoiceAddress#update
- Defined in:
- lib/platform-api/client.rb
#update(body = {}) ⇒ Object
Update invoice address for an account.
2024 2025 2026 |
# File 'lib/platform-api/client.rb', line 2024 def update(body = {}) @client.invoice_address.update(body) end |