Class: Merge::Crm::AddressTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/merge_ruby_client/crm/types/address_type_enum.rb

Overview

  • ‘BILLING` - BILLING

  • ‘SHIPPING` - SHIPPING

Constant Summary collapse

BILLING =
"BILLING"
SHIPPING =
"SHIPPING"