Class: IdpSdkRuby::FileType

Inherits:
Object
  • Object
show all
Defined in:
lib/idp_sdk_ruby.rb

Instance Method Summary collapse

Instance Method Details

#air_waybillObject



34
35
36
# File 'lib/idp_sdk_ruby.rb', line 34

def air_waybill
    return 'AWBL'
end

#bank_statementObject



10
11
12
# File 'lib/idp_sdk_ruby.rb', line 10

def bank_statement
    return 'CBKS'
end

#bill_of_ladingObject



31
32
33
# File 'lib/idp_sdk_ruby.rb', line 31

def bill_of_lading
    return 'BL'
end

#chequeObject



16
17
18
# File 'lib/idp_sdk_ruby.rb', line 16

def cheque
    return 'CHQ'
end

#credit_bureau_singaporeObject



19
20
21
# File 'lib/idp_sdk_ruby.rb', line 19

def credit_bureau_singapore
    return 'CBS'
end

#delivery_orderObject



46
47
48
# File 'lib/idp_sdk_ruby.rb', line 46

def delivery_order
    return 'DO'
end

#FileTypeObject



49
50
51
# File 'lib/idp_sdk_ruby.rb', line 49

def FileType
    return ['CBKS','CINV','CHQ','CBS','RCPT','PS','PL','BL','AWBL','KTP','HKAR','PO','DO']
end

#hong_kong_annual_returnObject



40
41
42
# File 'lib/idp_sdk_ruby.rb', line 40

def hong_kong_annual_return
    return 'HKAR'
end

#invoiceObject



13
14
15
# File 'lib/idp_sdk_ruby.rb', line 13

def invoice
    return 'CINV'
end

#kartu_tanda_pendudukObject



37
38
39
# File 'lib/idp_sdk_ruby.rb', line 37

def kartu_tanda_penduduk
    return 'KTP'
end

#packing_listObject



28
29
30
# File 'lib/idp_sdk_ruby.rb', line 28

def packing_list
    return 'PL'
end

#payslipObject



25
26
27
# File 'lib/idp_sdk_ruby.rb', line 25

def payslip
    return 'PS'
end

#purchase_orderObject



43
44
45
# File 'lib/idp_sdk_ruby.rb', line 43

def purchase_order
    return 'PO'
end

#receiptObject



22
23
24
# File 'lib/idp_sdk_ruby.rb', line 22

def receipt
    return 'RCPT'
end