'decimal:2', 'before_tax' => 'decimal:2', 'after_supply_amount' => 'decimal:2', 'after_tax' => 'decimal:2', ]; // ========================================================================= // 관계 정의 // ========================================================================= public function cardTransaction(): BelongsTo { return $this->belongsTo(BarobillCardTransaction::class, 'card_transaction_id'); } }