Method: Api::Buyer#phone
- Defined in:
- lib/jamm/api/models/v1_buyer.rb
#phone ⇒ Object
Phone number of the customer. You can update this value later through the UpdateCustomer endpoint. e.g. - 09012345678 Customerの電話番号。 この値は UpdateCustomer エンドポイントを通じて後で更新できます。
26 27 28 |
# File 'lib/jamm/api/models/v1_buyer.rb', line 26 def phone @phone end |