Class: UU::Fairpay2::BusinessCase::ClientAccountBusinessCaseAccountNumber

Inherits:
OS::REST::DTO
  • Object
show all
Defined in:
lib/uu/fairpay2/businesscase/client_account_business_account_number.rb

Overview

DTO for searching Client Account Business Case by client account number.

Instance Attribute Summary (collapse)

Instance Attribute Details

- (String) client_account_number

Account number of searched client account business case. Required attribute, cannot be null, empty, whitespace only or longer than 4000 characters.

Parameters:

  • (String)

Returns:

  • (String)


15
16
17
# File 'lib/uu/fairpay2/businesscase/client_account_business_account_number.rb', line 15

def 
  @client_account_number
end